chore: update readme dev't steps
This commit is contained in:
parent
f327bb749c
commit
c0151b980b
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue