Favor Git.

This commit is contained in:
Oliver Schmidt 2022-08-29 13:59:39 +02:00 committed by GitHub
parent e34e81189f
commit 2d705b4267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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