From ef91f420ace232207b0308f7a0dcd9549186c106 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 25 Aug 2024 18:40:59 +0200 Subject: [PATCH] update README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 459a0ed..6176b14 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,30 @@ make ``` +## Installing +``` shell +make install DESTDIR=/ +``` + ## Using + +### locally ``` shell ./dist/run48.sh ``` -## Installing -// TODO +### when installed +``` shell +saturn48gx +``` + ## Post-fork changelog - replaced the build system with a basic Makefile - updated license from GPL2-or-later to GPL3-or-later - moved binaries and their dependencies under ./dist/ - new helper scripts run48.sh and run49.sh -- embed ROMs +- ROMs helper Makefile ## Known bugs - I could get neither the 49 nor the 40 ROM running yet.