Skip to content

Commit 4c5f29b

Browse files
authored
Update Readme
1 parent 3e5b5fe commit 4c5f29b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.adoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
= RISC-V Specification Template
2-
3-
This repository serves as a template for creating GitHub repositories within the RISC-V organization for the purpose of developing specifications. It aims to facilitate and standardize the process of specification development.
4-
5-
NOTE: If you are viewing this in a specification repository, kindly update the title for this section and provide an introduction relevant to your repository.
1+
= Host Trace Interface
62

73
== License
84

@@ -46,13 +42,13 @@ To build the document, you'll need the following tools installed on your system:
4642
=== Cloning the Repository
4743

4844
```shell
49-
git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git
45+
git clone --recurse-submodules https://github.com/riscv-non-isa/host-trace-interface.git
5046
```
5147

5248
All in one single line:
5349

5450
```shell
55-
git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git && cd docs-spec-template && git submodule update --init --recursive
51+
git clone --recurse-submodules https://github.com/riscv-non-isa/host-trace-interface && cd host-trace-interface && git submodule update --init --recursive
5652

5753
```
5854

@@ -61,7 +57,7 @@ git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git &
6157
To start the build process, run:
6258

6359
```shell
64-
cd ./docs-spec-template && make build
60+
cd ./host-trace-interface && make build
6561
```
6662

6763
The link:Makefile[] script will check the availability of Docker on your system:

0 commit comments

Comments
 (0)