Update README.md

Replace nano with vim
This commit is contained in:
Vahid Al
2025-03-08 21:21:22 +03:30
committed by GitHub
parent 7fb0f73399
commit b36911f0b1

View File

@@ -175,7 +175,7 @@ A collection of projects that revolve around the Soul ecosystem.
git clone https://github.com/thevahidal/soul # Clone project
cp .env.sample .env # Duplicate sample environment variables
nano .env # Update the environment variables
vim .env # Update the environment variables
npm install # Install dependencies
npm run dev # Start the dev server