diff --git a/README.md b/README.md index c96d3af..cb03f25 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,24 @@ sudo tpm2_clear ```sh xhost +  ``` + +### 3. Download libraries + +``` +cd thirdparty +make +cd .. +``` -### 2. Run docker-compose +### 4. Run docker-compose The run follows the command, then the Chrome browser opens. ``` -docker-compose up +docker-compose --profile default up ``` -### 3. Configure chrome extension +### 5. Configure chrome extension 1. Open new tabs and jump to "chrome://extensions/" on the browser. 2. Turn on the toggle of "Developer mode". diff --git a/thirdparty/Makefile b/thirdparty/Makefile index d599ae1..34d0534 100644 --- a/thirdparty/Makefile +++ b/thirdparty/Makefile @@ -1,4 +1,4 @@ -REPOSITORY_URL = git@github.com:akakou/ecdaa.git +REPOSITORY_URL = https://github.com/akakou/ecdaa all: ./ecdaa64 ./ecdaa32 echo "Done"