Explorar o código

Tweaked README markdown

Rod Hynes %!s(int64=11) %!d(string=hai) anos
pai
achega
5c252088fb
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -21,7 +21,8 @@ Setup
 * Note that the `psiphon` package is imported using the absolute path `github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon`; without further local configuration, `go` will use this version of the code and not the local copy in the repository.
 * Note that the `psiphon` package is imported using the absolute path `github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon`; without further local configuration, `go` will use this version of the code and not the local copy in the repository.
 * This project builds and runs on recent versions of Windows, Linux, and Mac OS X.
 * This project builds and runs on recent versions of Windows, Linux, and Mac OS X.
 * Run `./psiphon-tunnel-core --config psiphon.config` where the config file looks like this:
 * Run `./psiphon-tunnel-core --config psiphon.config` where the config file looks like this:
-    ```json
+
+    ```
     {
     {
         "PropagationChannelId" : "<placeholder>",
         "PropagationChannelId" : "<placeholder>",
         "SponsorId" : "<placeholder>",
         "SponsorId" : "<placeholder>",
@@ -35,6 +36,7 @@ Setup
         "ConnectionWorkerPoolSize" : 10
         "ConnectionWorkerPoolSize" : 10
     }
     }
     ```
     ```
+
 * Replace each `<placeholder>` with a value from your Psiphon network. The Psiphon server-side stack is open source and can be found in our  [Psiphon 3 repository](repository). If you would like to use the Psiphon Inc. network, contact [developer-support@psiphon.ca](developer-support@psiphon.ca).
 * Replace each `<placeholder>` with a value from your Psiphon network. The Psiphon server-side stack is open source and can be found in our  [Psiphon 3 repository](repository). If you would like to use the Psiphon Inc. network, contact [developer-support@psiphon.ca](developer-support@psiphon.ca).
 * The project builds and runs on Android. At this time, Android support is in the developer branch of Go, so build Go from source and use the Android NDK to build android/arm target support. See the sample AndroidApp README [COMING SOON] for more information about building the Go binary, along with a sample Android app that uses it.
 * The project builds and runs on Android. At this time, Android support is in the developer branch of Go, so build Go from source and use the Android NDK to build android/arm target support. See the sample AndroidApp README [COMING SOON] for more information about building the Go binary, along with a sample Android app that uses it.