From cfd9e977a7884a7d997a5a4d03bdb3e22c1037ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 16 Dec 2020 10:13:53 -0500 Subject: README.md: Fix name O.S. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 457e5ca..dc1d342 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ Download the tarball under the Releases page and extract it. `cd` into the direc ## Usage -Firstly, if you wish to run this in portable mode, create the empty file "settings.txt" in the program's main directory. If the file is there, settings and data will be stored in the same directory as the program. Otherwise, settings and data will be stored in `C:\Users\[your username]\.youtube-local` on Windows and `~/.youtube-local` on Linux/MacOS. +Firstly, if you wish to run this in portable mode, create the empty file "settings.txt" in the program's main directory. If the file is there, settings and data will be stored in the same directory as the program. Otherwise, settings and data will be stored in `C:\Users\[your username]\.youtube-local` on Windows and `~/.youtube-local` on GNU+Linux/MacOS. -To run the program on windows, open `run.bat`. On Linux/MacOS, run `python3 server.py`. +To run the program on windows, open `run.bat`. On GNU+Linux/MacOS, run `python3 server.py`. Access youtube URLs by prefixing them with `http://localhost:8080/`, For instance, `http://localhost:8080/https://www.youtube.com/watch?v=vBgulDeV2RU` -- cgit v1.2.3