Chore: update README.md

This commit is contained in:
Dreamacro 2018-12-24 18:15:47 +08:00
parent e263f66bf7
commit 32f29180d8

View File

@ -25,10 +25,6 @@
See [Projects](https://github.com/Dreamacro/clash-dashboard/projects) See [Projects](https://github.com/Dreamacro/clash-dashboard/projects)
## Discussion
[Telegram Group](https://t.me/clash_discuss)
## Developing ## Developing
**NOTE: Dashboard now only support ClashX environment** **NOTE: Dashboard now only support ClashX environment**
@ -41,6 +37,9 @@ defaults write com.west2online.ClashX kEnableDashboard -bool YES
# Set dashboard entry # Set dashboard entry
defaults write com.west2online.ClashX webviewUrl "http://localhost:8080/" defaults write com.west2online.ClashX webviewUrl "http://localhost:8080/"
# Reset dashboard entry
defaults delete com.west2online.ClashX webviewUrl
``` ```
### Development Env ### Development Env