From 11d6ab9600ed43441e9ddda6cf41bf8d294efb2a Mon Sep 17 00:00:00 2001 From: cyBerta <cyberta@riseup.net> Date: Thu, 11 Jul 2024 11:38:26 +0200 Subject: [PATCH] adapt bitmaskcore references in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54c0a18..75c2635 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ git submodule add git://<repository_url.git> <new_lib_directory> go work use <new_lib_directory> ``` -3. Make sure the `bitmaskcore/golang` directory is empty. +3. Make sure the `bitmask-core-android/golang` directory is empty. ``` -# you should be in bitmaskcore +# you should be in bitmask-core-android sudo rm -rf ./golang/* ``` 4. And let go add any missing modules. ``` -# you should be in bitmaskcore +# you should be in bitmask-core-android go mod tidy ``` 5. extend the `gomobile bind` statements with the new module in `./build_core.sh` and `./build_core_dev.sh` -- GitLab