Skip to content

Commit

Permalink
Update install link (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gseidel authored Oct 26, 2021
1 parent 6644563 commit b8591a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ Install
To install enhavo-cli, just open a `bash`-terminal and type:

```bash
sudo wget https://raw.githubusercontent.com/enhavo/enhavo-cli/master/enhavo -O /usr/local/bin/enhavo \
sudo wget https://github.com/enhavo/enhavo-cli/releases/latest/download/enhavo.phar -O /usr/local/bin/enhavo \
&& sudo chmod +x /usr/local/bin/enhavo
```

Or if you do not have wget installed try:
Or if you do not have `wget` try to install it with `curl`:

```bash
sudo curl https://raw.githubusercontent.com/enhavo/enhavo-cli/master/enhavo --output /usr/local/bin/enhavo \
sudo curl -L https://github.com/enhavo/enhavo-cli/releases/latest/download/enhavo.phar --output /usr/local/bin/enhavo \
&& sudo chmod +x /usr/local/bin/enhavo
```

Expand All @@ -39,8 +40,7 @@ enhavo --self-update
Get started
-----------

Simply cd to your project root directory and type `enhavo` for further instructions.

Simply `cd` to your project root directory and type `enhavo` for further instructions.

MIT License
-----------
Expand Down

0 comments on commit b8591a0

Please sign in to comment.