ansible.l3d.space/README.md

14 lines
161 B
Markdown
Raw Normal View History

2023-01-31 23:05:14 +01:00
Website ansible.l3d.space
2023-04-02 22:43:54 +02:00
## Venv
```
# Install Venv
python3 -m venv lektor
# Enable Source
source lektor/bin/activate
# Install lektor
sudo make install
```