Skip to content

Commit

Permalink
small installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FT-Labs committed Jul 22, 2022
1 parent 6fd691c commit 24dc823
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ gpg --keyserver hkp://pgp.mit.edu --recv-keys 964FD85861C858D7
gpg --verify phyOS-2022.07.22-x86_64.iso.sig
sha256sum -c phyOS-2022.07.22-x86_64.iso.sha256
```

### How to burn the iso

- You can use tools like rufus in windows, or dd for burning it from linux. Here is a basic example with dd:

```
sudo dd bs=8M if=phyOS-2022.07.22-x86_64.iso of=/dev/{sda,sdb 'check usb path with (sudo fdisk -l)'} conv=fsync oflag=direct status=progress
```

0 comments on commit 24dc823

Please sign in to comment.