From 2d705b4267e725b889142eefb444b753e07158f4 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 29 Aug 2022 13:59:39 +0200 Subject: [PATCH] Favor Git. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38f7f44..e98603d 100755 --- a/README.md +++ b/README.md @@ -10,10 +10,8 @@ See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original, 3. Execute ``` - sudo apt install libfuse-dev -y - wget https://github.com/oliverschmidt/apple2pi/archive/refs/heads/master.zip -O apple2pi.zip - unzip apple2pi.zip - mv apple2pi-master apple2pi + sudo apt install git libfuse-dev -y + git clone https://github.com/oliverschmidt/apple2pi.git cd apple2pi make sudo make install