update readme
This commit is contained in:
parent
1cb0664c2d
commit
a9e521ff1a
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ npm run docs:build
|
||||||
|
|
||||||
## Testing localy
|
## Testing localy
|
||||||
npm run docs:dev
|
npm run docs:dev
|
||||||
|
|
||||||
|
## Manually deploying to a server
|
||||||
|
pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd
|
||||||
|
|
Loading…
Reference in a new issue