Add link to deployment README steps in main README
This commit is contained in:
parent
a636b0dc7e
commit
df9febc7f6
@ -1 +1 @@
|
||||
MTM_VPN_APK_URL=https://git.vdb.to/cerc-io/mtm-vpn-client-public/releases/download/mtm-vpn-android-v1.8.0-mtm-0.1.0/mtmvpn-general-release-v1.8.0-mtm-0.1.1.apk
|
||||
MTM_VPN_APK_URL=https://git.vdb.to/cerc-io/mtm-vpn-client-public/releases/download/mtm-vpn-android-v1.8.0-mtm-0.1.1/mtmvpn-general-release-v1.8.0-mtm-0.1.1.apk
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
# mtm-vpn-client-public
|
||||
|
||||
Download the latest APK from the [Releases page](https://git.vdb.to/cerc-io/mtm-vpn-client-public/releases) and install it on your Android device to start using MTM VPN.
|
||||
|
||||
## Deploy the Webapp
|
||||
Steps to deploy the webapp: [Deploy Webapp Reamdme](./deploy/README.md)
|
||||
@ -5,7 +5,7 @@
|
||||
- Clone the repo:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/deep-stack/mtm-vpn-client-public.git
|
||||
git clone https://git.vdb.to/cerc-io/mtm-vpn-client-public.git
|
||||
cd mtm-vpn-client-public/deploy
|
||||
```
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
|
||||
echo "Using AUTHORITY: $AUTHORITY"
|
||||
|
||||
# Repository URL
|
||||
REPO_URL="https://github.com/deep-stack/mtm-vpn-client-public"
|
||||
REPO_URL="https://git.vdb.to/cerc-io/mtm-vpn-client-public"
|
||||
|
||||
# Get the latest commit hash for a branch
|
||||
BRANCH_NAME="main"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user