ansible.l3d.space/README.md
2023-04-02 22:43:54 +02:00

13 lines
161 B
Markdown

Website ansible.l3d.space
## Venv
```
# Install Venv
python3 -m venv lektor
# Enable Source
source lektor/bin/activate
# Install lektor
sudo make install
```