Skip to content

Commit

Permalink
updatd dd command
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 11, 2024
1 parent d515345 commit 4edc374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can download the latest release from the [releases page](https://github.com/
If you have physical access to your server machine, just use etcher. If you are using a remote server, you can use `dd` to write the image to a usb stick:

```bash
dd if=\<image\> of=/dev/sdX bs=4M status=progress oflag=sync
dd if=kolyma-installer-x86_64-linux.iso of=/dev/sdX bs=4M status=progress oflag=sync
```

## License
Expand Down

0 comments on commit 4edc374

Please sign in to comment.