Update README

This commit is contained in:
Michael Smith 2024-09-02 20:03:58 +02:00
parent 0bd0ca5f6d
commit aac1b4ae2a

View File

@ -1,21 +1,20 @@
# Desk OS - A simple, general purpose operating system for desktop computers
# deskOS - An easy to use, stable desktop operating system
## Installation
1. Download the latest [Desk OS installation ISO](https://github.com/nixup-io/desk-os/releases/download/v1.0.0/desk-os-v1.0.0-installer.iso)
1. Download the latest [deskOS installation ISO](https://github.com/nixup-io/desk-os/releases/download/v1.0.0/desk-os-v1.0.0-installer.iso)
2. Flash it to a suitable USB drive
3. Boot it and install it
3. Boot it and follow the installation instructions
**Notes**
- The installation ISO assumes you are booting with UEFI and will partition the destination disk with GPT and enable full disk encryption (LUKS).
- After booting into the installed system for the first time and entering the chosen full disk encryption password, you'll be greeted with the login screen. You log in with the user account name you set during installation and the default password is `changeme`.
## Run a Desk OS demo in a virtual machine
## Run a deskOS demo in a virtual machine
This assumes you're running NixOS or another Linux distribution and have the Nix package manager installed.
This assumes you're running NixOS or another Linux distribution and have the [Nix package manager](https://nixos.org/) installed.
```sh
nix run github:nixup-io/desk-os
@ -29,4 +28,4 @@ nix run github:nixup-io/desk-os
## Acknowledgements
Desk OS is based on [Linux](https://en.wikipedia.org/wiki/Linux) and [NixOS](https://nixos.org/).
deskOS is based on [Linux](https://en.wikipedia.org/wiki/Linux) and [NixOS](https://nixos.org/).