update readme
Some checks failed
Deploy VitePress site to Pages / Build static site (push) Failing after 12s
Deploy VitePress site to Pages / Deploy to Github Pages (push) Has been skipped

This commit is contained in:
Douze Bé 2024-09-25 17:46:01 +02:00
parent 1cb0664c2d
commit a9e521ff1a

View file

@ -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