X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/2d9a92ad0d51695e6a4e7ea457d297b7abe9d4ac..68fd8100bc36465b29ae76b9f41d9eb7fa052e7a:/README.md diff --git a/README.md b/README.md index fd5ec9b..ef2efcf 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ unzip artifacts.zip Run the binary ```sh -./cli_tube emacs +./clitube emacs -./cli_tube 'nim lang' +./clitube 'nim lang' ``` ## Development @@ -37,14 +37,14 @@ Run the binary ### 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 -nim c -d:ssl -r cli_tube.nim 'nim lang' +nim c -d:ssl -r clitube.nim 'nim lang' ``` ### 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 +```