Update README.md

This commit is contained in:
Vinicius Silva 2024-06-25 13:50:06 -03:00 committed by GitHub
parent a74c65386f
commit cac5c458ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ For RISC-V computers. Requires copying your own first stage bootloader (like u-b
```bash ```bash
$ mkdir -p /opt/ubuntu $ mkdir -p /opt/ubuntu
$ cd /opt/ubuntu $ cd /opt/ubuntu
# sudo chown -R [YOUR_USERNAME]:[YOUR_GROUP] /opt/ubuntu $ sudo chown -R [YOUR_USERNAME]:[YOUR_GROUP] /opt/ubuntu
$ wget https://cdimage.ubuntu.com/releases/[UBUNTU_VERSION]/release/ubuntu-[UBUNTU_VERSION]-preinstalled-server-riscv64.img.xz $ wget https://cdimage.ubuntu.com/releases/[UBUNTU_VERSION]/release/ubuntu-[UBUNTU_VERSION]-preinstalled-server-riscv64.img.xz
``` ```