chore: update readme dev't steps

This commit is contained in:
Ayo Ayco 2024-04-08 15:56:13 +02:00
parent f327bb749c
commit c0151b980b

View file

@ -3,8 +3,8 @@
## Background ## Background
Yet another rewrite of my [personal site](https://ayo.ayco.io) Yet another rewrite of my [personal site](https://ayo.ayco.io)
## Development -- needs Linux / MacOS ## Development
1. Set up your machine 1. Set up your **Debian** (for MacOS, search for counterpart instructions)
```bash ```bash
# update repositories # update repositories
@ -45,7 +45,10 @@ Yet another rewrite of my [personal site](https://ayo.ayco.io)
> Note: On a Mac, the default port 5000 is used by AirDrop & Handoff; you may have to turn those off > Note: On a Mac, the default port 5000 is used by AirDrop & Handoff; you may have to turn those off
4. After development session, deactivate the python env with: `deactivate` 4. After development session, deactivate the python env
```bash
(.venv)$ deactivate
```
## Deployment ## Deployment