From 61e5a7c87fcc49e42ea82232f48532fef3755103 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 19 Apr 2024 19:45:49 +0200 Subject: [PATCH] chore: remove 'dist' step in readme setup --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 913bd86..953420e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,6 @@ Show off your favorite public threads! > Note: On a Mac, the default port 5000 is used by AirDrop & Handoff; you may have to turn those off -4. Populate a `dist` directory with static files (e.g., `*.html` for pages). Currently I generate static files in a separate [Astro site project](https://ayco.io/sh/ayco.io-astro) -- see instructions on how to set it up separately, run the build script and copy the `dist` here. - 4. After development session, deactivate the python env ```bash (.venv)$ deactivate