Skip to content

Commit

Permalink
modify README for docker_run_mac.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiyuelva committed Mar 22, 2024
1 parent 6cad46c commit b248dff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ To use the Dockerized version of the application, follow these steps:
```
./docker_run.sh
```
- If you're using a Mac, please run:
```
./docker_run_mac.sh
```
- This process might take up to 3 minutes as the Docker image is being built.
**Alternatively build from Dockerfile**
Expand All @@ -111,7 +115,7 @@ To use the Dockerized version of the application, follow these steps:
docker run -it --net=host --name ief_runner ief_image
```
2. **Using the Docker Environment:**
1. **Using the Docker Environment:**
- Once the Docker container is ready, you'll be automatically placed into the Docker environment's terminal.
- To execute implementation files located in the `examples` folder, use the following command structure:
```
Expand Down

0 comments on commit b248dff

Please sign in to comment.