Skip to content

Commit

Permalink
Update to v1.1.90
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Jun 6, 2016
1 parent dd3b932 commit c9272c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Data/version.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V1.9.0
V1.1.90
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

**A powerful Shadowsocks management system**


> Comprehensive user permissions management.
> All codes come with clear annotation.
> Optimized for various operations:
Expand All @@ -18,14 +17,14 @@ Required PHP version: PHP5.5 ~ PHP7. PHP7 is recommended.
### Quick Start
```bash
#Pick one version: Latest or Stable
# Download script: The Latest Version
# Download script: The Latest Version (Recommended)
cd /home/wwwroot/
git clone https://github.com/sendya/shadowsocks-panel.git
cd shadowsocks-panel

# Download script: Stable Version (Recommended)
# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.18)
wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.18.zip -O shadowsocks-panel.zip
# Download script: Stable Version
# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.1.90)
wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.1.90.zip -O shadowsocks-panel.zip
# Extract to /home/wwwroot/shadowsocks-panel/
$ unzip -o -d /home/wwwroot/shadowsocks-panel/ shadowsocks-panel.zip
$ cd /home/wwwroot/shadowsocks-panel/
Expand Down

0 comments on commit c9272c1

Please sign in to comment.