Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Mar 16, 2024
1 parent f21324a commit 62a6259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ using **Ubuntu** on a **64-bit x86 machine** (actually on Ubuntu on Windows).
The provided toolchains _support_ all ratified and implemented ISA extensions (e.g. `A` and `Zicsr`).
These prebuilt toolchains are part of the [NEORV32 RISC-V Processor](https://github.com/stnolting/neorv32) project.

ℹ️ Platform-specific instructions for building the toolchain from scratch can be found in
> [!NOTE]
> Platform-specific instructions for building the toolchain from scratch can be found in
[NEORV32 UG: Building The Toolchain From Scratch](https://stnolting.github.io/neorv32/ug/#_building_the_toolchain_from_scratch)


Expand All @@ -32,7 +33,8 @@ Toolchain prefix: `riscv32-unknown-elf` or `riscv64-unknown-elf` (see the indivi

## Download

:warning: Cloning this repository (via `git clone`) will **not** include the release assets and will
> [!WARNING]
> Cloning this repository (via `git clone`) will **not** include the release assets and will
**not include the actual toolchain archives**! The compressed toolchain archives (`.tar.gz`) are available as
[releases](https://github.com/stnolting/riscv-gcc-prebuilt/releases) _assets_ only.

Expand Down

0 comments on commit 62a6259

Please sign in to comment.