From c125212b1971186025dd4a84dfaff57c4622f3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=20=22hauzer=22=20?= =?UTF-8?q?=D0=92=D1=83=D0=BA=D0=BE=D1=81=D0=B0=D0=B2=D1=99=D0=B5=D0=B2?= =?UTF-8?q?=D0=B8=D1=9B?= Date: Sat, 11 Jan 2020 10:18:34 +0100 Subject: [PATCH] Added a README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bd81cc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## How To Install + +You can download the latest [release](https://github.com/hauzer/force-app-network/releases) or build from source. + +## How To Use + +* Copy the files into the app's directory. +* Configure force-app-network.json`: + * Set `app` to the path of the app you want to run. + * Set `network` to the host name of the network you want to force. +* Start your app by executing `force-network-app.exe` from that directory. +* Mind the bitness of your app; use the appropriate `.exe`.