From e66633bb08fd6dfef23a21bee578efabcfe972ca Mon Sep 17 00:00:00 2001 From: Pridon Tetradze Date: Wed, 25 Jan 2023 12:38:44 +0400 Subject: update installer --- README.md | 8 ++++---- install.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26759d1..caac906 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](./images/countryfetch.png) -> **Note:** The [Go version of countryfetch](https://github.com/CondensedMilk7/countryfetch-go) is in development. +> **Note:** The [Go version of countryfetch](https://github.com/CondensedMilk7/countryfetch) is available. ## Dependencies @@ -17,13 +17,13 @@ clone this repository: ```bash -git clone https://github.com/CondensedMilk7/countryfetch.git +git clone https://github.com/CondensedMilk7/countryfetch-deno.git ``` navigate to the cloned repo folder and run install: ```bash -cd ./countryfetch +cd ./countryfetch-deno ./install.sh ``` @@ -111,4 +111,4 @@ you might have an outdated cache. Try running `countryfetch sync` to update the ## Contribution -I will add new features when I have time, but you don't have to wait - add them yourself! Submit pull requests, or fork it and make it your own alltogether. +I will add new features when I have time, but you don't have to wait - add them yourself! Fork it and submit pull requests. diff --git a/install.sh b/install.sh index 87478c2..6ceef38 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,3 @@ #!/bin/sh -deno install --allow-all "$@" ./index.ts \ No newline at end of file +deno install --allow-all -n countryfetch "$@" ./index.ts \ No newline at end of file -- cgit v1.2.3