Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 9b2c081

Browse files
committed
2 parents 39dee6a + 4fee466 commit 9b2c081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Docker Image for Bluespec SystemVerilog environment on WSL2, compatible with *[W
1111
## 🚀 Usage
1212

1313
### 1️⃣ GET the image
14-
#### PULL from Github Packages
14+
#### PULL from Docker Hub
1515

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

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

0 commit comments

Comments
 (0)