Add setup notes to README file

This commit is contained in:
ace 2023-04-28 22:12:07 +01:00
parent 5acfb7af04
commit 2105d829db

27
README.md Normal file
View file

@ -0,0 +1,27 @@
# Setup notes
## Required Software
- ssh
- git
- rsync
- bash terminal
## Workflow
Initial setup
git clone --recursive [git@git.disroot.org](mailto:git@git.disroot.org):ace/hugo-demo.git
cd hugo-demo
./setup.sh
Push changes
./push.sh
Deploy changes
./deploy.sh
Pull changes
./pull.sh