summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-15 15:03:07 -0400
committerIan Moffett <ian@osmora.org>2025-10-15 15:51:42 -0400
commitd071ef10b29607561994ddaab80321545c09c142 (patch)
tree612b3fb62c154cda495e4551682d2ccc1f1e2fa2 /README.md
parent13404c241642fa20885cc806bc833d0ee84ae611 (diff)
cmd: Add initial 'login' program
This commit introduces the initial login program to require a user to enter their credentials before they can use the system Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 61c0e3a..9ab72b3 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,13 @@ tools/tools/build-toolchain.sh # Build the cross compilation toolchain
make
```
+# Default login
+
+```
+Username: sv
+Password: svuser
+```
+
## License
This project is licensed under the BSD 3 clause