From 1d644748e5bdc2b825cbff9534348c7df2c1fd33 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Mon, 18 Mar 2024 23:48:38 -0400 Subject: [PATCH] Update README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 96dcb45..3d35ae1 100644 --- a/README.md +++ b/README.md @@ -73,27 +73,6 @@ $ git clone https://github.com/zaneschepke/wgtunnel $ cd wgtunnel ``` -Create a personal access token (classic) in GitHuv to be able to pull the wireguard-android github dependencies from GitHub packages -as documented [here](https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages#authenticating-to-github-packages). - -Alternatively, you can clone [wireguard-android](https://github.com/zaneschepke/wireguard-android) and run the following command to publish the dependency to your local maven repository (requires you have maven installed). This is the ideal approach -if you intent to make changes to this lib. - -``` -$ git clone https://github.com/zaneschepke/wireguard-android -$ cd wireguard-android -$ brew install maven -$ ./gradlew publishToMavenLocal -``` - -The [wireguard-android](https://github.com/zaneschepke/wireguard-android) dependency is a fork of the official [wireguard-android](https://github.com/WireGuard/wireguard-android) library. - -Add the following lines to local.properties file: -``` -GH_USER= -GH_TOKEN= -``` - And then build the app: ``` $ ./gradlew assembleDebug