aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPridon Tetradze <[email protected]>2022-06-26 13:51:17 +0400
committerGitHub <[email protected]>2022-06-26 13:51:17 +0400
commitfa372ff6b116ccd900b373f925a6f707f2c910cb (patch)
tree52d0c829f077012e377d53ce343fe85b76dc166a /README.md
parent2e058526d896ab4ee5173ceb80d1248ac08ff594 (diff)
downloadcountryfetch-fa372ff6b116ccd900b373f925a6f707f2c910cb.tar.xz
countryfetch-fa372ff6b116ccd900b373f925a6f707f2c910cb.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 822ba70..4461483 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The app should now be installed.
alternatively, you can compile it yourself and store it in your local bin directory (might be safer):
```bash
-deno compile --allow-all main.ts
+deno compile --allow-all index.ts
cp ./countryfetch ~/.local/bin
```