Add warning, quick padding thing
This commit is contained in:
10
README.md
10
README.md
@@ -17,6 +17,16 @@ You can install hugo extended with Chocolatey using an admin powershell and:
|
||||
choco install hugo-extended
|
||||
```
|
||||
|
||||
## WARNING:
|
||||
Currently build is failing due to an upstream Hugo component calling .Site.Social (should be .Params.Social), will remove this warning once latest Hugo version has fixed itself. For now, downgrading to 2nd most recent (as of writing) v0.135-1, fixes build issue.
|
||||
|
||||
Pacman example: (If it's in your package cache)
|
||||
```sh
|
||||
pacman -U file:///var/cache/pacman/pkg/package-old_version.pkg.tar.type
|
||||
```
|
||||
|
||||
_I will be excited when we have no external dependencies -Devon_
|
||||
|
||||
### 👉 Install Dependencies
|
||||
|
||||
Install all the dependencies using the following command.
|
||||
|
||||
Reference in New Issue
Block a user