Update readme.
This commit is contained in:
parent
225490491f
commit
18d2811954
2 changed files with 11 additions and 3 deletions
|
|
@ -3,3 +3,11 @@
|
|||
     
|
||||
|
||||
This repo contains the files for maintaining my personal website: [gugulet.hu](https://gugulet.hu) and is built using the [Zensical static site generator](https://zensical.org/).
|
||||
|
||||
## Setup steps
|
||||
|
||||
1. Clone the repo and enter the directory: `git clone git:git.gugulet.hu/g_it/site.g_it; cd site`
|
||||
2. Setup the virtual environment: `python3 venv .venv`
|
||||
3. Activate the virtual environment: `source .venv/bin/activate`
|
||||
4. Install all the packages: `pip install -r requirements.txt`
|
||||
5. Activate direnv: `brew install direnv; direnv allow`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue