From e9636b1b94b86b365b44f09fb148243dae80aee2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 2 Apr 2018 11:35:34 +0900 Subject: [PATCH] Docs: Clean up --- docs/setup.en.md | 7 ------- docs/setup.ja.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/docs/setup.en.md b/docs/setup.en.md index a07c7b318..88e20f6bc 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -66,10 +66,3 @@ Just `sudo npm start`. GLHF! 1. `git reset --hard && git pull origin master` 2. `npm install` 3. `npm run build` - -### Testing -Run `npm test` after building - -### Debugging :bug: -#### Show debug messages -Misskey uses [debug](https://github.com/visionmedia/debug) and the namespace is `misskey:*`. diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 2dd44e545..a46c38cb2 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -67,10 +67,3 @@ web-push generate-vapid-keys 1. `git reset --hard && git pull origin master` 2. `npm install` 3. `npm run build` - -### テスト -(ビルドされている状態で)`npm test` - -### デバッグ :bug: -#### デバッグメッセージを表示するようにする -Misskeyは[debug](https://github.com/visionmedia/debug)モジュールを利用しており、ネームスペースは`misskey:*`となっています。