From ac2156d14962c9ffd73ad9ae65059b24e54c9f20 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Mon, 13 Nov 2023 21:54:05 -0600 Subject: [PATCH] fix readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce66ec4..dfc3613 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,14 @@ The first and primary goal is to build a statically-linkable, fully portable bin ## 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 + * 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.