From a44a1ebb8c8d3e01fc0a61ba1bde713bc23b9060 Mon Sep 17 00:00:00 2001 From: Jabster28 <29015942+Jabster28@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:48:48 +0100 Subject: [PATCH 1/2] docs(README): fix markdown --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 709a833..9080b33 100644 --- a/README.md +++ b/README.md @@ -8,23 +8,25 @@ 0. Update: ```bash -% sudo apt update +$ sudo apt update ``` 1. Install python-pip & Git: ```bash -% sudo apt install python-pip git -y +$ sudo apt install python-pip git -y ``` 2. Create download the setup.py script to the root directory of where you would like Pseudo Channel installed -```wget https://raw.githubusercontent.com/FakeTV/pseudo-channel/master/setup.py . +```bash +$ wget https://raw.githubusercontent.com/FakeTV/pseudo-channel/master/setup.py . ``` 3. Run the setup and follow the prompts: -```python3 setup.py +```bash +$ python3 setup.py ``` NOTE: it is recommended to have python3 set up as the default when python is run https://www.geeksforgeeks.org/setting-python3-as-default-in-linux/ From d9bc7307c475af11ff1137f1b1334ec6c754c7ef Mon Sep 17 00:00:00 2001 From: Jabster28 <29015942+Jabster28@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:51:09 +0100 Subject: [PATCH 2/2] fix incorrect branch name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9080b33..c3dbdef 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ sudo apt install python-pip git -y 2. Create download the setup.py script to the root directory of where you would like Pseudo Channel installed ```bash -$ wget https://raw.githubusercontent.com/FakeTV/pseudo-channel/master/setup.py . +$ wget https://raw.githubusercontent.com/FakeTV/pseudo-channel/main/setup.py . ``` 3. Run the setup and follow the prompts: