Skip to content

Commit

Permalink
readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Dec 18, 2020
1 parent d422449 commit 13669b9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vs/
.vscode/
*.user
*.suo
*.sdf
Expand Down
25 changes: 25 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SSR client for Windows

This client integrates SSRoT functions for simple operation.

This software is open source software.

# Build
```
git clone https://github.com/ShadowsocksR-Live/ssrWin.git
cd ssrWin
# Please be patient, the following operation takes a long time.
git submodule update --init --recursive
```
Then you can open the `ssrWin/src/ssrWin.sln` with Visual Studio 2010~2019 to build it.

# Release link

https://github.com/ShadowsocksR-Live/ssrWin/releases/latest

# Feedback

If you have any questions or suggestions, please post your [issues](https://github.com/ShadowsocksR-Live/ssrWin/issues).

0 comments on commit 13669b9

Please sign in to comment.