diff --git a/README.md b/README.md index 54c0a18fed5dc76f73539a579556bfba9cffded8..75c2635fd27b268a95c2a2b0d29bf312615cc05d 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`