Skip to content

Commit

Permalink
ready for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgehannal committed Jan 22, 2023
1 parent 74dc161 commit 9bde8ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ Run the command below:

MacOSX (Intel)
```
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 0.1.0 darwin amd64
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 1.0.0 darwin amd64
```

MacOSX (Apple Sillicon)
```
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 0.1.0 darwin arm64
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 1.0.0 darwin arm64
```

Linux (amd64)
```
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 0.1.0 linux amd64
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 1.0.0 linux amd64
```

Linux (arm64)
```
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 0.1.0 linux arm64
wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s 1.0.0 linux arm64
```
**Manual Installing**
* Go to [releases page](https://github.com/bilgehannal/foldercode-cli/releases)
Expand Down

0 comments on commit 9bde8ce

Please sign in to comment.