From fe076c6d938a1fc3351c34ba8824a3fdb9345c84 Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:11:54 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25a0ad9..e3cff2f 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,15 @@ This project is created for fun and educational purposes. As with any experiment ## Installation Clone the repository with -`git clone https://github.com/tcsenpai/neoretro-synth.git` + +`git clone https://github.com/tcsenpai/neoretrosynth.git` Then -`cd neoretro-synth` -`pip install -r requirements.txt` + +``` +cd neoretrosynth +pip install -r requirements.txt +``` Now you can run the application with `python main.py` @@ -106,4 +110,4 @@ NeoRetro Synth is released under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE For the full license text, please see the [LICENSE.md](LICENSE.md) file or visit [http://www.wtfpl.net/](http://www.wtfpl.net/) for more information. -Copyright (C) 2024 tcsenpai \ No newline at end of file +Copyright (C) 2024 tcsenpai