From c0151b980b1d45ecb826671f42c4521a1496241f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 8 Apr 2024 15:56:13 +0200 Subject: [PATCH] chore: update readme dev't steps --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 966ced8..b33fdd8 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Background Yet another rewrite of my [personal site](https://ayo.ayco.io) -## Development -- needs Linux / MacOS -1. Set up your machine +## Development +1. Set up your **Debian** (for MacOS, search for counterpart instructions) ```bash # 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 -4. After development session, deactivate the python env with: `deactivate` +4. After development session, deactivate the python env + ```bash + (.venv)$ deactivate + ``` ## Deployment