mirror of
https://git.sr.ht/~spicywolf/k2spice
synced 2025-01-18 17:59:39 +00:00
fix readme
This commit is contained in:
parent
5ef49f8dcd
commit
ac2156d149
|
@ -9,12 +9,14 @@ The first and primary goal is to build a statically-linkable, fully portable bin
|
||||||
|
|
||||||
## Project Layout
|
## Project Layout
|
||||||
|
|
||||||
All source is stored in `usr/src/`. This is to comply with the CDDL license. Inside of `usr/src/` are the files:
|
In the root of the repo there is `Cargo.toml`, which is the workspace definition for the rest of the project. From here, you could run `cargo build` and build all the tools at once.
|
||||||
|
|
||||||
|
All source is stored in `usr/src/`. This is to comply with the CDDL license. Inside of `usr/src/` are the files/directories:
|
||||||
|
|
||||||
* Cargo.toml
|
|
||||||
* OPENSOLARIS.LICENSE
|
* OPENSOLARIS.LICENSE
|
||||||
|
* mei
|
||||||
|
|
||||||
Cargo.toml is the cargo file in which workspaces are defined. OPENSOLARIS.LICENSE is the required CDDL license file.
|
OPENSOLARIS.LICENSE is the required CDDL license file.
|
||||||
|
|
||||||
The `mei` directory contains the source code for all userspace commands.
|
The `mei` directory contains the source code for all userspace commands.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue