Skip to content

Commit

Permalink
doc: simplify usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Oct 31, 2024
1 parent f9d3f1b commit 8de17d5
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,17 @@ For more detailed information, please refer to the [documentation](https://openx
Dependencies are managed by `nix`.
If you haven't installed `nix`, you can refer to [nix official installation](https://nixos.org/download/).

进入nix shell(推荐使用direnv自动进入nix shell):

Enter the nix shell (direnv is recommended for auto entering the nix shell):

```bash
# 进入nix shell(推荐使用direnv自动进入nix shell):
# Enter the nix shell (direnv is recommended for auto entering the nix shell):
nix-shell
```

生成Verilog并运行单元测试:

Generate Verilog and run unit tests:

```bash
# 生成Verilog并运行单元测试:
# Generate Verilog and run unit tests:
make -j
```

显示帮助信息:

Display help information:

```bahs
# 显示帮助信息:
# Display help information:
h
```

Expand Down

0 comments on commit 8de17d5

Please sign in to comment.