summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-31 02:44:45 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-31 02:44:45 +0900
commitf500afeb42d4dd2e099425c74dcfe3c2aabf1033 (patch)
tree3dc64b8d3ff555f2cff0e1cd06201588046a452d
parentUpdate README.md (diff)
downloadmisskey-f500afeb42d4dd2e099425c74dcfe3c2aabf1033.tar.gz
misskey-f500afeb42d4dd2e099425c74dcfe3c2aabf1033.tar.bz2
misskey-f500afeb42d4dd2e099425c74dcfe3c2aabf1033.zip
Update README.md
-rw-r--r--README.md30
1 files changed, 12 insertions, 18 deletions
diff --git a/README.md b/README.md
index 92385ce7ed..ce03f361a4 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,20 @@ A miniblog-based SNS.
![ss](./resources/ss.jpg)
-## Dependencies
-* Node.js
-* MongoDB
-* Redis
-* GraphicsMagick
+## Build
+1. Install git, Node.js and npm
+2. `git clone git://github.com/syuilo/misskey.git`
+3. `cd misskey`
+4. `npm install`
+5. `npm run config`
+6. `npm run build`
-### Optional
-* Elasticsearch
+## Test
+`npm test`
+
+## Setup
+Install MongoDB, Redis, GraphicsMagick and optionally Elasticsearch
-## Get started
### Domains
Misskey requires two domains called the primary domain and the secondary domain.
@@ -30,16 +34,6 @@ Misskey requires two domains called the primary domain and the secondary domain.
### reCAPTCHA
Please visit https://www.google.com/recaptcha/intro/ and generate keys.
-## Build
-1. `git clone git://github.com/syuilo/misskey.git`
-2. `cd misskey`
-3. `npm install`
-4. `npm run config`
-5. `npm run build`
-
-## Test
-`npm test`
-
## Launch
`sudo npm start`