From c9da1e8a559cdfbdf20c373d2ce98030d28f93e1 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sat, 31 Jul 2021 20:53:39 +0300 Subject: [PATCH] readme: update status --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2ee336d..081e406 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Tinyramfs ========= -**Currently tinyramfs is incomplete, don't expect that everything is working** +**Usable and stable. Documentation will be rewritten and (re-)added later.** Features -------- @@ -46,20 +46,7 @@ Installation ------------ ```sh -git clone https://github.com/illiliti/tinyramfs -cd tinyramfs -make install -``` - -Usage ------ - -```sh -# read tinyramfs.config(5) and setup /etc/tinyramfs/config -# run as root -tinyramfs -o "/boot/initramfs-$(uname -r)" -# update your bootloader -# reboot... +make PREFIX=/usr install ``` Thanks