From bf988d88c26a8591d24a5fde9b16461ae9e3604b Mon Sep 17 00:00:00 2001 From: Damien Accorsi Date: Thu, 10 Oct 2024 14:41:35 +0200 Subject: [PATCH] minor README fix about renaming jssg to jfmengin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bb7e4f..661d6f4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Today, it's a django app that can generate a static website with Vite & Typescri ## Bootstrap ```shell -$ git clone https://github.com/algoo/jssg.git -$ cd jssg +$ git clone https://github.com/algoo/jfmengine.git +$ cd jfmengine $ python3.12 -m venv env/ $ source env/bin/activate $ direnv allow