about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2023-11-13 21:54:05 -0600
committerRen Kararou <[email protected]>2023-11-13 21:54:05 -0600
commitac2156d14962c9ffd73ad9ae65059b24e54c9f20 (patch)
treea4131a36169d25abdeb42ce5f8641ca084a4a6ac
parent5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd (diff)
downloadk2spice-ac2156d14962c9ffd73ad9ae65059b24e54c9f20.tar.gz
k2spice-ac2156d14962c9ffd73ad9ae65059b24e54c9f20.tar.bz2
k2spice-ac2156d14962c9ffd73ad9ae65059b24e54c9f20.zip
fix readme
-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.