diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
