mirror of
https://github.com/ivabus/www
synced 2024-11-26 06: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
|
## Dependencies
|
||||||
|
|
||||||
Install hugo yourself or use tea: `sh <(curl tea.xyz) hugo`.
|
|
||||||
|
|
||||||
| Project | Version |
|
| Project | Version |
|
||||||
|------------|---------|
|
|------------|---------|
|
||||||
| gohugo.io | >=0.99 |
|
| 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
|
# Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue