From b568e5194a893e95760e4c05933ba8d3d1dcf2c7 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 8 Apr 2024 14:55:13 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7d5d8e..c7acc8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ayo Ayco's personal site built with Flask +Yet another rewrite of my [personal site](https://ayo.ayco.io) + ## Set up 1. [Install Flask and dependencies](https://flask.palletsprojects.com/en/3.0.x/installation/). The following are the steps for MacOS/Linux: 1. create python environment: `python3 -m venv .venv`