Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2018-11-28 20:26:15 +0300
committerGitHub <noreply@github.com>2018-11-28 20:26:15 +0300
commit4df14a7314ccfee4feedfd6a5e324c23eb4612e8 (patch)
tree28fc87cfd9e31e9e6378e85bc4cafd50c89ba11b /README.md
parent12fdf1420b8a267510fbf7f08b20c17d1e21396d (diff)
Add redis to setup section
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 937c815..8480f41 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@
* Neo4j (Graph database)
## Setup
-You need to have [Node.js](https://nodejs.org/) and [Neo4j](https://neo4j.com/) installed on your machine.
+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.