nbos
nbos
https://git.tonybtw.com/nbos.git
git://git.tonybtw.com/nbos.git
updated-readme
Diff
diff --git a/README.md b/README.md
index 3d06051..7c552e1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# nb
+# scenic
A from-source declarative Linux distribution written in disciplined C23.
@@ -11,13 +11,13 @@ A from-source declarative Linux distribution written in disciplined C23.
## design choices (subject to change)
-- **No daemon.** Single-user model. `nb switch` runs as root, does its
+- **no daemon.** Single-user model. `nb switch` runs as root, does its
work, exits. No persistent process, no IPC, no socket protocol.
-- **No custom config DSL for v0.1.** The user's config is plain C against
+- **no custom config DSL for v0.1.** The user's config is plain C against
the schema. A translator to a friendlier syntax can be added later
without changing the core.
-- **Content-addressed store.** `/nb/store/<hash>-<name>-<version>/`.
+- **content-addressed store.** `/nb/store/<hash>-<name>-<version>/`.
The hash includes the pkg's deps' store paths transitively, so any
change in any dep reshuffles every dependent.
-- **Generations are immutable; rollback is symlink swap.** The previous
+- **generations are immutable; rollback is symlink swap.** The previous
generation always remains bootable until garbage-collected.