From 0baa71ba12882114c8e87934e8e16ca040932bd1 Mon Sep 17 00:00:00 2001 From: mntmn <lukas@mntmn.com> Date: Sun, 31 May 2020 01:17:25 +0200 Subject: [PATCH] update README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2abfad9..d1215cf 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@ This is a collection of scripts used to build an image file that can then be transferred to a SD Card using `dd`. -To start the process, use `./mkreform.sh`. To start over, execute `./cleanup.sh` to delete the existing userland and image. +To start the process, use `./mkimage.sh`. To start over, execute `./cleanup.sh` to delete the existing userland and image. -## Reporting Issues - -Please check out the [guidelines in the main Reform repository](https://source.mntmn.com/MNT/reform/src/branch/master/README.md#how-to-report-issues--contribute). Thanks! +The resulting file is `reform-system.img`. ## License -Copyright 2018 Lukas F. Hartmann / MNT Media and Technology UG +Copyright 2018-2020 Lukas F. Hartmann / MNT Research GmbH This project is licensed under the GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details + -- GitLab