diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-01-25 22:04:52 +0900 |
|---|---|---|
| committer | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-01-25 22:04:52 +0900 |
| commit | 80409dcda7b59f2fbdf77143fb8d05b4dcfc3349 (patch) | |
| tree | 960d4471ccd0fea57b98f65b4c86678e2de51848 | |
| parent | Merge pull request #74 from armchair-philosophy/dc_mongo (diff) | |
| download | misskey-80409dcda7b59f2fbdf77143fb8d05b4dcfc3349.tar.gz misskey-80409dcda7b59f2fbdf77143fb8d05b4dcfc3349.tar.bz2 misskey-80409dcda7b59f2fbdf77143fb8d05b4dcfc3349.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ and more! You can touch with your own eyes at https://misskey.xyz/. GLHF! -## Test +## Testing Run `npm test` after building ## Setup @@ -87,7 +87,7 @@ Note that `$(pwd)` is the working directory. ## Launch `sudo npm start` -## Debug :bug: +## Debugging :bug: ### Show a debug messages Misskey uses [debug](https://github.com/visionmedia/debug) and namespace is `misskey:*`. |