Skip to content

Commit

Permalink
Improve documentation a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 authored Oct 28, 2024
1 parent ef4f9e2 commit 97e56eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ This repository provides installable distribution artifacts of `rust-std` for th

[release]: https://github.com/hermitcore/rust-std-hermit/releases

2. Run `./install.sh`
For example: `rust-std-1.xx.0-x86_64-unknown-hermit.tar.gz`

2. If on Windows. Open GitHub bash and go to `rust-std-1.xx.0-x86_64-unknown-hermit` folder.

3. Run `./install.sh`

The install script will install the `rust-std-hermit` component to the corresponding rustup toolchain.

3. You can now build Rust applications with the corresponding toolchain for the installed `hermit` target without using `build-std`.
4. You can now build Rust applications with the corresponding toolchain for the installed `hermit` target without using `build-std`.

## License

Expand Down

0 comments on commit 97e56eb

Please sign in to comment.