diff options
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index a07c7b318e..88e20f6bc4 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:*`. |