docs: update links in readme

This commit is contained in:
dump_stack() 2024-10-18 19:52:51 +00:00
parent dd5ec42dd9
commit 0047776a64
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -11,13 +11,14 @@ Build
Prebuilt Prebuilt
TARGET=/dev/sdX TARGET=/dev/sdX
wget https://github.com/jollheef/nixos-image-thinkpad-t14s-gen6/releases/download/v0.1.0/nixos-thinkpad-t14s-gen6-1aea2f8.img.xz wget https://github.com/jollheef/nixos-image-thinkpad-t14s-gen6/releases/download/v0.2.0/nixos-thinkpad-t14s-gen6-dd5ec42.img.xz
xz -d nixos-thinkpad-t14s-gen6-1aea2f8.img.xz xz -d nixos-thinkpad-t14s-gen6-dd5ec42.img.xz
sudo dd if=nixos-thinkpad-t14s-gen6-1aea2f8.img of=${TARGET} sudo dd if=nixos-thinkpad-t14s-gen6-dd5ec42.img of=${TARGET}
sudo partprobe sudo partprobe
sudo parted -sf ${TARGET} resizepart 2 100% sudo parted -sf ${TARGET} resizepart 2 100%
## Notes ## Notes
- Use the front left USB-C port. - Use the front left USB-C port.
- In case of boot issues, try using a USB 2.0 to USB Type-C adapter.
- nmtui is available for managing Wi-Fi connections. - nmtui is available for managing Wi-Fi connections.