From: Michael Stapelberg Date: Sat, 27 Oct 2018 21:39:47 +0000 (+0200) Subject: README: create ~/.vice directory before using it X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=commitdiff_plain;h=492bd9de49a9e560a2a423af1aae2d76333c7c97;hp=10ec97e1fbf91a47b28c7ee3a23ce44ece4a42c0 README: create ~/.vice directory before using it --- diff --git a/README.md b/README.md index 4987776..b360259 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ apt install vice Then, install the (not-included) ROMs: ``` wget http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-3.1.tar.gz +mkdir -p ~/.vice tar xf vice-3.1.tar.gz -C ~/.vice/ vice-3.1/data --strip-components=2 ```