diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-15 22:17:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-15 22:17:28 -0500 |
commit | 0f994b7555d03af75dd2fef578aacca4d9139d9d (patch) | |
tree | 7c94c8b105520d91b886c0e063255dd66875a2b9 | |
parent | 450d06baaeffa09a4ec7d9e32031319d511f999e (diff) | |
download | ytexplode-0f994b7555d03af75dd2fef578aacca4d9139d9d.tar.lz ytexplode-0f994b7555d03af75dd2fef578aacca4d9139d9d.tar.xz ytexplode-0f994b7555d03af75dd2fef578aacca4d9139d9d.zip |
README.md: update
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ # ytexplode -Single youtube explode API in php +Single youtube explode API in PHP ## Installation -1. `cd /var/www/` -2. `git clone https:///git.sr.ht/heckyel/ytexplode` +1. `$ cd /var/www/` +2. `$ git clone https:///git.sr.ht/heckyel/ytexplode` +3. `$ doas chown http.http -R ytexplode` +4. `$ doas chmod g+w -R ytexplode` ## Usage |