diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2016-12-30 00:23:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-30 00:23:25 +0900 |
| commit | 658e95f1ecb7d305f65b29f0d0b7fc3c7fb99a7b (patch) | |
| tree | cf24973e20510ff40fad97a66b9219265b41368d | |
| parent | Update README.md (diff) | |
| download | misskey-658e95f1ecb7d305f65b29f0d0b7fc3c7fb99a7b.tar.gz misskey-658e95f1ecb7d305f65b29f0d0b7fc3c7fb99a7b.tar.bz2 misskey-658e95f1ecb7d305f65b29f0d0b7fc3c7fb99a7b.zip | |
Update README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,7 @@ A miniblog-based SNS. * Elasticsearch ## Get started +### Domains Misskey requires two domains called the primary domain and the secondary domain. * The primary domain is used to provide main service of Misskey. @@ -25,6 +26,10 @@ Misskey requires two domains called the primary domain and the secondary domain. **Ensure that the secondary domain is not a subdomain of the primary domain.** +### reCAPTCHA +Visit and generate keys +https://www.google.com/recaptcha/intro/ + ## Build 1. `git clone git://github.com/syuilo/misskey.git` 2. `cd misskey` |