correct typo in hugo install command
This commit is contained in:
parent
7cd4eafbfc
commit
31633240b2
@ -40,11 +40,11 @@ cd my-website
|
||||
#### Download the last version
|
||||
|
||||
```
|
||||
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
||||
| grep browser_download_url \
|
||||
| grep Linux-64bit.deb \
|
||||
| grep -v extended \
|
||||
| cut -d '"' -f 4 \
|
||||
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
||||
| grep browser_download_url \
|
||||
| grep Linux-64bit.deb \
|
||||
| grep -v extended \
|
||||
| cut -d '"' -f 4 \
|
||||
| wget -i -
|
||||
```
|
||||
|
||||
|
||||
@ -11,11 +11,11 @@ sudo apt install curl wget git
|
||||
### Download the last version
|
||||
|
||||
```
|
||||
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
||||
| grep browser_download_url \
|
||||
| grep Linux-64bit.deb \
|
||||
| grep -v extended \
|
||||
| cut -d '"' -f 4 \
|
||||
curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
|
||||
| grep browser_download_url \
|
||||
| grep Linux-64bit.deb \
|
||||
| grep -v extended \
|
||||
| cut -d '"' -f 4 \
|
||||
| wget -i -
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user