Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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