Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Add a new one-liner clone command that also update the submodule

Signed-off-by: Rafael Sene <[email protected]>
  • Loading branch information
rpsene authored May 13, 2024
1 parent be53538 commit 411b4d8
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 411b4d8

Please sign in to comment.