diff --git a/README.md b/README.md index 7e688f9..04b6d17 100644 --- a/README.md +++ b/README.md @@ -37,28 +37,23 @@ Stallman though poke was GNU poke lmaoooo License - GPL-3 - - - - +![Preview](./css/README_Preview.png) + ## Welcome! This is the source code of Poke (formerly PokeTube), the privacy-friendly youtube front-end built with the InnerTube API! +# Features -

Features

-

Return Youtube Dislikes Built-in

- -

See the dislikes from returnyoutubedislike!

+| |

Return YouTube Dislikes Built-In

Dislikes are viewable thanks to the Return YouTube Dislikes API.
| +| - | - | +|

PWA Support

With PWA Support, you can install Poke on your mobile device.
| |

Customize

Customize Poketube However you want :3 -

PWA

-Install PokeTube as a pwa on your mobile device :3 -

Accounts

Suscribe (yes Suscribe hehe sussy baka) to whaever channel you want! @@ -89,28 +84,50 @@ PLEASE NOTE THAT THIS SOFTWARE MAY INCULUDE CODECS THAT IN CERTAIN COUNTRIES MAY Before you host, if ur server is in usa, set the proxylocation to `USA` (which is the default) - if you use any eu server set it to `EU` instead to make videos load faster ### With NodeJS -- To self host your own Poke instance, you'll need the following: +To self host your own Poke instance, you'll need some packages installed on your Linux install. - - [Node.js](https://nodejs.org/en/download/) - - [npm](http://npmjs.com) (Included with Node.js) +
+For Fedora/RHEL/Rocky/CentOS +
+ +``` +sudo dnf install git make gcc libcurl nodejs python libcurl4 g++ +``` + +
+ +
+For Debian/Ubuntu +
+ +``` +sudo apt install git make gcc libcurl4-openssl-dev nodejs npm python g++ +``` + +
+
Once you have everything, clone our repo: +
+Clone via Codeberg +
+ ``` git clone https://codeberg.org/ashley/poke.git ``` -You can also clone using our Github mirror if you'd prefer: +
+
+Clone via GitHub +
``` git clone https://github.com/ashley0143/poke.git ``` -Or you can use our forgejo instance: - -``` -git clone https://git.poketube.fun/ashley/poke.git -``` +
+
Now, install the needed dependencies within the Poke folder: ( go to the folder by running cd poke) diff --git a/css/README_PWA.jpg b/css/README_PWA.jpg new file mode 100644 index 0000000..cc2605d Binary files /dev/null and b/css/README_PWA.jpg differ diff --git a/css/README_Preview.png b/css/README_Preview.png new file mode 100644 index 0000000..ef42e7b Binary files /dev/null and b/css/README_Preview.png differ diff --git a/css/README_RYD.png b/css/README_RYD.png new file mode 100644 index 0000000..f03d3f7 Binary files /dev/null and b/css/README_RYD.png differ