mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
[README] update install instructions
This commit is contained in:
parent
1adce09720
commit
c684688e6f
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -25,12 +25,18 @@ hugo serve --watch --buildDrafts --source src
|
|||
|
||||
## Dependencies
|
||||
|
||||
Install hugo yourself or use tea: `sh <(curl tea.xyz) hugo`.
|
||||
|
||||
| Project | Version |
|
||||
|------------|---------|
|
||||
| gohugo.io | >=0.99 |
|
||||
|
||||
Install them yourself or use tea:
|
||||
|
||||
```
|
||||
$ sh <(curl tea.xyz)
|
||||
$ tea +git-scm.org git clone https://github.com/teaxyz/www tea-www
|
||||
$ cd tea-www
|
||||
$ tea .
|
||||
```
|
||||
|
||||
# Build
|
||||
|
||||
|
|
Loading…
Reference in a new issue