Skip to content

Commit 3abefa1

Browse files
docs(hermit): Explain Hermit's template link
Co-authored-by: Jubilee <[email protected]>
1 parent da961a8 commit 3abefa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/hermit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Rust does not yet ship pre-compiled artifacts for these targets.
5656
To compile for these targets, you will either need to build Rust with the targets enabled
5757
(see “Building the targets” above), or build your own copy of `core` by using `build-std` or similar.
5858

59-
Building Rust programs can be done by following the tutorial in our starter application [hermit-rs-template].
59+
As all Hermit programs are unikernels, building a Rust program also requires including the operating system code. A guide for doing so is provided in our starter [hermit-rs-template].
6060

6161
[hermit-rs-template]: https://github.com./hermit-os/hermit-rs-template
6262

0 commit comments

Comments
 (0)