Skip to content

Commit

Permalink
docs(README): Use musl in README.md (#685)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <[email protected]>
Approved-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc authored Jul 31, 2023
2 parents 57e76dd + d3d4ffe commit d42e7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Simply type `exit` or Ctrl+D to quit.

## Quickstart

Building a unikernel with KraftKit is designed to be simple.
Building a unikernel with KraftKit is designed to be simple.

Add a `Kraftfile` to your project directory, which specifies the libraries needed for your unikernel:

Expand All @@ -63,12 +63,12 @@ specification: v0.5
unikraft: stable

libraries:
newlib: stable
musl: stable

targets:
- name: default
architecture: x86_64
platform: kvm
platform: qemu
```
You can also add an additional `Makefile.uk` which specifies any source files:
Expand Down

0 comments on commit d42e7e2

Please sign in to comment.