From b1bfc92f802b0d59b27afa360e7dcaef5f4630b5 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 15 Jan 2015 00:25:02 +0800 Subject: [PATCH] Updated Generate QR Code for Android or iOS Clients (markdown) --- ...rate QR Code for Android or iOS Clients.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Generate QR Code for Android or iOS Clients.md b/Generate QR Code for Android or iOS Clients.md index 6fb6bfe..82fe595 100644 --- a/Generate QR Code for Android or iOS Clients.md +++ b/Generate QR Code for Android or iOS Clients.md @@ -19,16 +19,6 @@ You can encode your server configuration to a QR Code. 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 ======================== @@ -38,4 +28,14 @@ You can also generate QR Codes from some GUI clients: - [Shadowsocks-Qt5](https://github.com/librehat/shadowsocks-qt5) - [Shadowsocks GUI](https://github.com/shadowsocks/shadowsocks-gui) -![image](https://cloud.githubusercontent.com/assets/1073082/4605261/a345d9d4-51d6-11e4-94e8-a13a987567e7.png) \ No newline at end of file +![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)