Fix Sidebar button for touch device & CHANGELOG-zh-cn & FreeBSD installation instructions (#916)

* Disallow change optional limit on public proxy

* Add Chinese for Mute plugins

* add FreeBSD installation instructions to README-zh-cn.md

* Fix Sidebar button for touch device

* Add CHANGELOG-zh-cn.md

* Why merging junk left? Remove it!
This commit is contained in:
lmath 2017-05-06 08:13:26 +08:00 committed by ZeroNet
parent e9b2c76a88
commit e42631932b
6 changed files with 178 additions and 38 deletions

View file

@ -85,6 +85,12 @@
* 执行 `python zeronet.py` 来启动
* 在你的浏览器中打开 http://127.0.0.1:43110/
### [FreeBSD](https://www.freebsd.org/)
* `pkg install zeronet` 或者 `cd /usr/ports/security/zeronet/ && make install clean`
* `sysrc zeronet_enable="YES"`
* `service zeronet start`
* 在你的浏览器中打开 http://127.0.0.1:43110/
### [Vagrant](https://www.vagrantup.com/)