From 16c47b47cf24e1e67a2e6a186929f1f2e23ec535 Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Tue, 31 Oct 2023 21:38:34 +0100 Subject: [PATCH] doc: switch to django branch --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d59603..5ac6baa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ``` bash git clone https://git.chauvet.pro/michel/ft_transcendence cd ft_transcendence +git switch django ``` - Create python virtual environnement. ``` bash @@ -22,4 +23,4 @@ pip install -r requirements.txt - Start the developpement server ``` python manage.py runserver 0.0.0.0:8000 -``` \ No newline at end of file +```