From 7e209d7f70fdebeaa40b68370bd6db94de951819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=C3=A5f=C3=B8lin?= <66629792+drafolin@users.noreply.github.com> Date: Wed, 27 May 2026 09:49:07 +0200 Subject: [PATCH] Add one-off run instructions for Scanline Added instructions for running Scanline in a one-off manner using Nix. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2f41099..225a13c 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,15 @@ then add this anywhere in your system configuration as you see fit } ``` +#### One-Off +If you don't want to install Scanline directly on your system, or don't feel like rebuilding it, you can run the software in a "one-off" way, with the following command: +```sh +nix run "github:0SkillAllLuck/Scanline"#scanline +``` + +> [!NOTE] +> This command requires the `nix-command` nix experimental feature[^1]. You probably enabled it at the same time you did `flakes`. + ## Acknowledgements The following projects and resources served as inspiration or were helpful during the development of Scanline. - [Tonearm](https://codeberg.org/dergs/Tonearm) and its [schwifty](https://codeberg.org/dergs/Tonearm/src/branch/main/pkg/schwifty) UI framework for providing the foundation @@ -108,3 +117,5 @@ The following projects and resources served as inspiration or were helpful durin [forks-url]: https://github.com/0SkillAllLuck/Scanline/network/members [issues-shield]: https://img.shields.io/github/issues/0SkillAllLuck/Scanline?style=for-the-badge [issues-url]: https://github.com/0SkillAllLuck/Scanline/issues + +[^1]: https://nixos.wiki/wiki/Nix_command