Commit abd1f4e4 authored by Max Lv's avatar Max Lv

update README

parent f2e3f929
...@@ -19,8 +19,8 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala. ...@@ -19,8 +19,8 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala.
### BUILD ### BUILD
* Export ANDROID_HOME=/path/to/android-sdk * Set environment variable `ANDROID_HOME` to `/path/to/android-sdk`
* Export ANDROID_NDK_HOME=/path/to/android-ndk * Set environment variable `ANDROID_NDK_HOME` to `/path/to/android-ndk`
* Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert * Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert
* Put your key in ~/.keystore * Put your key in ~/.keystore
* Create `local.sbt` from `local.sbt.example` with your own key alias * Create `local.sbt` from `local.sbt.example` with your own key alias
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment