From d62327676e5e673117d88e30d6ccab15657edcc3 Mon Sep 17 00:00:00 2001 From: Thibault Lemaire Date: Fri, 28 Aug 2020 23:35:35 +0200 Subject: [PATCH] Add xskat to the examples A small enough graphical app --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23d18f3..bf0424f 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,18 @@ Some others to try: ``` ```sh -./nix-bundle.sh firefox /bin/firefox +./nix-bundle.sh emacs /bin/emacs +``` + +Or if you want to try graphical applications: + +```sh +# Simple X game. Very few dependencies. Quick to build and load. ~13MB +./nix-bundle.sh xskat /bin/xskat ``` ```sh -./nix-bundle.sh emacs /bin/emacs +./nix-bundle.sh firefox /bin/firefox ``` ## Self-bundling (meta)