Skip to content

Commit

Permalink
chore(docs): remove Make-ism (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Nov 7, 2024
1 parent 96be524 commit 9caa4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To run the container, use the appropriate Make target(below), or you can use the

```bash
## Run without an Intel SGX hardware
docker run --net host -e OE_SIMULATION=1 --rm -v $(PWD)/.masa:/home/masa -ti masaengineering/tee-worker:main
docker run --net host -e OE_SIMULATION=1 --rm -v $PWD/.masa:/home/masa -ti masaengineering/tee-worker:main
```

### If you have an Intel-SGX capable machine
Expand Down

0 comments on commit 9caa4ce

Please sign in to comment.