Skip to content

Commit

Permalink
Adding copy buttons to code blocks.
Browse files Browse the repository at this point in the history
Making the code blocks copyable.

Signed-off-by: Bill Traynor <[email protected]>
  • Loading branch information
wmat authored Jan 18, 2024
1 parent e47f680 commit 673be9f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ To build the document, you'll need the following tools installed on your system:
* Docker

=== Cloning the Repository

`git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git`

```
git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git
```
=== Building the Documentation

To start the build process, run `cd ./docs-spec-template && make build`.
To start the build process, run:
```
cd ./docs-spec-template && make build
```

The Makefile script will check the availability of Docker on your system:

Expand All @@ -43,4 +46,8 @@ The build process utilizes several options, including theming and font settings,

=== Cleaning up

To clean up the generated files, run `make clean`. This will remove the generated PDF file.
To clean up the generated files, run:
```
make clean
```
This will remove the generated PDF file.

0 comments on commit 673be9f

Please sign in to comment.