about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files 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.