Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HYwooo committed Nov 4, 2024
2 parents 39dee6a + 4fee466 commit 9b2c081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Docker Image for Bluespec SystemVerilog environment on WSL2, compatible with *[W
## 🚀 Usage

### 1️⃣ GET the image
#### PULL from Github Packages
#### PULL from Docker Hub

```bash
docker pull hywooo/bsv-wsl2
Expand All @@ -24,7 +24,7 @@ docker build -f Dockerfile -t hywooo/bsv-wsl2 .
### 2️⃣ ENTER the container

```bash
docker run -it --name="bsv-wsl2" --hostname yourname -v //path/to/wsl2/yourfiles:/path/to/yourfiles hywooo/bsv-wsl2
docker run -it --name="bsv-wsl2" --hostname yourname -v /path/to/wsl2/yourfiles:/path/to/yourfiles hywooo/bsv-wsl2
```
### 3️⃣ CHECK whether the environment is correctly set

Expand Down

0 comments on commit 9b2c081

Please sign in to comment.