Skip to content

Commit

Permalink
Initial updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored Jan 23, 2024
1 parent 622ebdb commit 99a9da8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
= RISC-V Specification Template

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.

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.
= RISC-V Combined Instructions SIG

== License

Expand Down Expand Up @@ -36,15 +32,15 @@ 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-admin/riscv-combined-instructions.git
```

=== Building the Documentation

To start the build process, run:

```shell
cd ./docs-spec-template && make build
cd ./riscv-combined-instructions && make build
```

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

0 comments on commit 99a9da8

Please sign in to comment.