Skip to content

Commit

Permalink
Merge pull request #46 from riscv/rpsene-patch-1
Browse files Browse the repository at this point in the history
Update README.adoc
  • Loading branch information
wmat authored May 13, 2024
2 parents be53538 + 411b4d8 commit 4c82b7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ To build the document, you'll need the following tools installed on your system:
git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git
```

All in one single line:

```shell
git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git && cd docs-spec-template && git submodule update --init --recursive

```

=== Building the Documentation

To start the build process, run:
Expand Down

0 comments on commit 4c82b7f

Please sign in to comment.