Updated Generate QR Code for Android or iOS Clients (markdown)

clowwindy 2015-01-15 00:25:02 +08:00
parent 500782f082
commit b1bfc92f80

@ -19,16 +19,6 @@ You can encode your server configuration to a QR Code.
4. Generate a QR Code from the url above. 4. Generate a QR Code from the url above.
Generate via Command line
=========================
pip install qrcode
echo -n "ss://"`echo -n aes-256-cfb:password@1.2.3.4:8388 | base64` | qr
If you can't scan the code, try changing your terminal font.
![image](https://cloud.githubusercontent.com/assets/1073082/4605437/6a41d15a-51e1-11e4-801a-424b5add2009.png)
Generate via GUI clients Generate via GUI clients
======================== ========================
@ -38,4 +28,14 @@ You can also generate QR Codes from some GUI clients:
- [Shadowsocks-Qt5](https://github.com/librehat/shadowsocks-qt5) - [Shadowsocks-Qt5](https://github.com/librehat/shadowsocks-qt5)
- [Shadowsocks GUI](https://github.com/shadowsocks/shadowsocks-gui) - [Shadowsocks GUI](https://github.com/shadowsocks/shadowsocks-gui)
![image](https://cloud.githubusercontent.com/assets/1073082/4605261/a345d9d4-51d6-11e4-94e8-a13a987567e7.png) ![image](https://cloud.githubusercontent.com/assets/1073082/4605261/a345d9d4-51d6-11e4-94e8-a13a987567e7.png)
Generate via Command line
=========================
pip install qrcode
echo -n "ss://"`echo -n aes-256-cfb:password@1.2.3.4:8388 | base64` | qr
If you can't scan the code, try changing your terminal font.
![image](https://cloud.githubusercontent.com/assets/1073082/4605437/6a41d15a-51e1-11e4-801a-424b5add2009.png)