Parcourir la source

Update readme

poeti8 il y a 6 ans
Parent
commit
a7b8934fdc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -47,7 +47,7 @@
 You need to have [Node.js](https://nodejs.org/), [Neo4j](https://neo4j.com/) and [Redis](https://redis.io/) installed on your machine.
 
 1. Clone this repository or [download zip](https://github.com/thedevs-network/kutt/archive/develop.zip).
-2. Copy `config.example.js` to `config.js` in both server and client folders and fill them properly.
+2. Copy `.example.env` to `.env`  and fill it properly.
 3. Install dependencies: `npm install`.
 4. Start Neo4j database.
 5. Run for development: `npm run dev`.