Skip to content

Improve documentation a bit #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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