Skip to content

Commit

Permalink
docs: fix readme (how to work)
Browse files Browse the repository at this point in the history
  • Loading branch information
akakou committed Feb 2, 2024
1 parent dbcc718 commit 8a349e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REPOSITORY_URL = git@github.com:akakou/ecdaa.git
REPOSITORY_URL = https://github.com/akakou/ecdaa

all: ./ecdaa64 ./ecdaa32
echo "Done"
Expand Down

0 comments on commit 8a349e5

Please sign in to comment.