fix README.md display style
This commit is contained in:
parent
edf6680b04
commit
d85689a634
37
README.md
37
README.md
@ -23,9 +23,9 @@ A rule based proxy For Mac base on [Clash](https://github.com/Dreamacro/clash).
|
||||
You can download from [release](https://github.com/yichengchen/clashX/releases) page
|
||||
|
||||
## Build
|
||||
- Download mmdb from http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz unzip and put it in the "ClashX/Support Files/Country.mmdb".
|
||||
- Download mmdb from http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz unzip and put it in the `ClashX/Support Files/Country.mmdb`.
|
||||
|
||||
- Open the "ClashX/Resources" folder and clone the dashboard project.
|
||||
- Open the `ClashX/Resources` folder and clone the dashboard project.
|
||||
```
|
||||
git clone -b gh-pages git@github.com:Dreamacro/clash-dashboard.git dashboard
|
||||
```
|
||||
@ -40,33 +40,36 @@ You can download from [release](https://github.com/yichengchen/clashX/releases)
|
||||
|
||||
The default configuration directory is `$HOME/.config/clash`
|
||||
|
||||
The default name of the configuration file is `config.yml`. You can use your custom config name and switch config in menu "Config" section.
|
||||
The default name of the configuration file is `config.yml`. You can use your custom config name and switch config in menu `Config` section.
|
||||
|
||||
Checkout [Clash](https://github.com/Dreamacro/clash) or [SS-Rule-Snippet for Clash](https://github.com/Hackl0us/SS-Rule-Snippet/blob/master/LAZY_RULES/clash.yml) for more detail.
|
||||
|
||||
## Advance Config
|
||||
### Change your status menu icon
|
||||
|
||||
Place your icon file in the ~/.config/clash/menuImage.png then restart ClashX
|
||||
|
||||
Place your icon file in the `~/.config/clash/menuImage.png` then restart ClashX
|
||||
|
||||
### Disable auto restore proxy setting.
|
||||
|
||||
```
|
||||
defaults write com.west2online.ClashX kDisableRestoreProxy -bool true
|
||||
```
|
||||
|
||||
|
||||
|
||||
```
|
||||
defaults write com.west2online.ClashX kDisableRestoreProxy -bool true
|
||||
```
|
||||
|
||||
### Change default system ignore list.
|
||||
|
||||
- Download sample plist in the [Here](https://baidu.com) and place in the ~/.config/clash/proxyIgnoreList.plist
|
||||
- Download sample plist in the [Here](https://baidu.com) and place in the
|
||||
|
||||
- edit the proxyIgnoreList.plist to set up your own proxy ignore list
|
||||
```
|
||||
~/.config/clash/proxyIgnoreList.plist
|
||||
```
|
||||
|
||||
- Edit the `proxyIgnoreList.plist` to set up your own proxy ignore list
|
||||
|
||||
### Use url scheme to import remote config.
|
||||
- Using url scheme describe below
|
||||
```
|
||||
clash://install-config?url=http%3A%2F%2Fexample.com
|
||||
```
|
||||
|
||||
- Using url scheme describe below
|
||||
|
||||
```
|
||||
clash://install-config?url=http%3A%2F%2Fexample.com
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user