diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 20:49:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 20:49:50 -0400 |
| commit | 38799d5957d7446d1cbc3cf612f97501d57686e3 (patch) | |
| tree | 7360934575ed2c504f95f6232bfc1b1d6014f9b3 | |
| parent | 4e4be58f7c9709c782917eacaddc69fbcfec186d (diff) | |
| download | YouTube-TV-Client-38799d5957d7446d1cbc3cf612f97501d57686e3.tar.gz YouTube-TV-Client-38799d5957d7446d1cbc3cf612f97501d57686e3.tar.bz2 YouTube-TV-Client-38799d5957d7446d1cbc3cf612f97501d57686e3.zip | |
Added another insstruction
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ yarn install yarn start ``` +Build the program into an executable +``` +yarn dist +``` + # Navigating the website - Use the arrows on the keyboard to navigate - Press ESC to exit or to go back |
