Skip to content

Commit

Permalink
consistent shell command typesetting
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Feb 13, 2024
1 parent 6f323c2 commit 26617a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/riscv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Clone the RISC-V GNU Compiler Toolchain:

```shell
$ git clone https://github.com/riscv/riscv-gnu-toolchain
git clone https://github.com/riscv/riscv-gnu-toolchain
```

Install the prerequisites, e.g., on Ubuntu:

```shell
$ sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
```

Configure and build Linux cross-compiler:
Expand Down

0 comments on commit 26617a7

Please sign in to comment.