From 5d185b28607275059bd4ef37210996fffc17ff5f Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 28 Dec 2025 14:59:49 +0000 Subject: [PATCH] Update README with usage examples Added example commands for using SparkOS. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d508670..6ad7cc7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # SparkOS -A single binary on top of Linux / Wayland that manages the OS, C++ CLI and Qt6/QML Full screen GUI. Android like design but more desktop orientated. A distribution that can be dd'ed to a USB flash drive. Root elevation powered by sudo. This project will need to set up a barebones distro (doesn't really need to be based on another, to keep thingscln +A single binary on top of Linux / Wayland that manages the OS, C++ CLI and Qt6/QML Full screen GUI. Android like design but more desktop orientated. A distribution that can be dd'ed to a USB flash drive. Root elevation powered by sudo. This project will need to set up a barebones distro (doesn't really need to be based on another, to keep things clean) + +Example: + +$ spark gui +$ spart install package mypackage +$ spark run mypackage