Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HYwooo authored Oct 25, 2024
1 parent 4a74cf0 commit f2047b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## :rocket:Usage
### 1️⃣ GET the image
### :one: GET the image
#### PULL from Github Packages

```bash
Expand All @@ -22,13 +22,13 @@ docker pull hywooo/bsv-wsl2
#!/bin/bash
docker build -f Dockerfile -t hywooo/bsv-wsl2 .
```
### 2️⃣ ENTER the container
### :two: ENTER the container

```bash
#!/bin/bash
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
### :three: CHECK whether the environment is correctly set

```bash
#!/bin/bash
Expand All @@ -52,9 +52,9 @@ gtkwave
```
> :sparkles: NOTED: With `VcXsrv` installed, you are enabled to interact with `gtkwave` on Windows w/o any VNCs.
### 🎉ENJOY!
### 🎉 ENJOY!

## 🗂️Container structure
## 🗂️ Container structure

```bash
# /BSV_Tutorial_cn location
Expand Down

0 comments on commit f2047b4

Please sign in to comment.