Skip to content

Commit

Permalink
Intial updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored May 14, 2024
1 parent e328cbe commit 15e300a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ To build the document, you'll need the following tools installed on your system:
=== Cloning the Repository

```shell
git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git
git clone --recurse-submodules https://github.com/riscv/riscv-performance-sampling.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
git clone --recurse-submodules https://github.com/riscv/riscv-performance-sampling.git && cd riscv-performance-sampling && git submodule update --init --recursive

```

Expand Down

0 comments on commit 15e300a

Please sign in to comment.