Skip to content

Commit

Permalink
changed installation source to use v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Apr 19, 2020
1 parent c6d6817 commit 0579fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please check [releases](https://github.com/cohesivestack/ineo/releases) for the
1. Execute the line below on your terminal:

```
curl -sSL https://raw.githubusercontent.com/cohesivestack/ineo/v2.0.0/ineo | bash -s install
curl -sSL https://raw.githubusercontent.com/cohesivestack/ineo/v2.1.0/ineo | bash -s install
```

2. Restart your terminal or execute the line below to set proper environment:
Expand Down Expand Up @@ -300,7 +300,7 @@ $ ineo install -d ~/.ineo-custom-path
If you are installing from curl:
```
$ curl -sSL https://raw.githubusercontent.com/cohesivestack/ineo/v2.0.0/ineo | bash -s install -d ~/.ineo-custom-path
$ curl -sSL https://raw.githubusercontent.com/cohesivestack/ineo/v2.1.0/ineo | bash -s install -d ~/.ineo-custom-path
```
## Help and other commands
Expand Down

0 comments on commit 0579fbb

Please sign in to comment.