1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 17:59:39 +00:00

fix readme

This commit is contained in:
Ren Kararou 2023-11-13 21:54:05 -06:00
parent 5ef49f8dcd
commit ac2156d149
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -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.