]> njoseph.me Git - nimcoon.git/blobdiff - README.md
Add a cute screenshot
[nimcoon.git] / README.md
index fd5ec9b086c5c81fa391a8004bfb13c6f17cbbf1..2dbcd75c952effbe535d0e14140f45f63b8b12c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@
 Play videos from YouTube (and maybe other sources in the future) from the
 command line using your preferred desktop media player.
 
 Play videos from YouTube (and maybe other sources in the future) from the
 command line using your preferred desktop media player.
 
-This application is implemented in [Nim language](https://nim-lang.org).
+This application is implemented in [Nim language](https://nim-lang.org) using
+only the standard library.
+
+![clitube screenshot with search term 'baby yoda'](screenshot.png)
 
 ## Features
 
 
 ## Features
 
@@ -27,9 +30,9 @@ unzip artifacts.zip
 Run the binary
 
 ```sh
 Run the binary
 
 ```sh
-./cli_tube emacs
+./clitube emacs
 
 
-./cli_tube 'nim lang'
+./clitube 'nim lang'
 ```
 
 ## Development
 ```
 
 ## Development
@@ -37,14 +40,14 @@ Run the binary
 ### Compiling and Running
 
 ```sh
 ### Compiling and Running
 
 ```sh
-nim c -d:ssl -r cli_tube.nim emacs
+nim c -d:ssl -r clitube.nim emacs
 
 # If your search query has multiple words, use quotes
 
 # If your search query has multiple words, use quotes
-nim c -d:ssl -r cli_tube.nim 'nim lang'
+nim c -d:ssl -r clitube.nim 'nim lang'
 ```
 
 ### Creating a release artifact
 
 ```sh
 ```
 
 ### Creating a release artifact
 
 ```sh
-nim c -d:ssl -d:release cli_tube.nim
-```
\ No newline at end of file
+nim c -d:ssl -d:release clitube.nim
+```