diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-14 17:17:04 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-14 17:17:04 +0900 |
| commit | a75e11c73632edcbfde9f98ce20b4307dcf9db46 (patch) | |
| tree | 079516ec7a65d15440b79e921e7cf94bd51aef4e | |
| parent | 🎉 (diff) | |
| download | misskey-a75e11c73632edcbfde9f98ce20b4307dcf9db46.tar.gz misskey-a75e11c73632edcbfde9f98ce20b4307dcf9db46.tar.bz2 misskey-a75e11c73632edcbfde9f98ce20b4307dcf9db46.zip | |
Update README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Note that `$(pwd)` is the working directory. Install -------------------------------- ### Using built code +We have official release of the latest Misskey that passed the test. +Please visit https://github.com/syuilo/misskey/tree/release to see built code. + 1. `git clone -b release git://github.com/syuilo/misskey.git` 2. `cd misskey` 3. `npm install` |