diff --git a/readme.md b/readme.md
index 509bf22..f353a90 100644
--- a/readme.md
+++ b/readme.md
@@ -28,11 +28,11 @@ It works automatically on Windows, Linux and MacOs without any user interaction
(optional) Make a backup of the dwc2.ko file in /lib/modules/4.4.38+/kernel/drivers/usb/dwc2
- sudo cp /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/dwc2.ko.bak
+ sudo mv /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/dwc2.ko.bak
Move the dwc2.ko file from the /home/pi/HackPi folder to /lib/modules/4.4.38+/kernel/drivers/usb/dwc2
- sudo mv ~/HackPi/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/
+ sudo mv -f ~/HackPi/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/
Replace system files (optionally make a backup of your originals beforehand)
@@ -69,7 +69,7 @@ It works automatically on Windows, Linux and MacOs without any user interaction
- Reboot the Pi, it should work!
-For troubleshooting, you should be able to connect to your Raspberry Pi via the serial interface and investigate the problems:
+For troubleshooting network issues on Linux or MacOs (not Windows at this time, unfortunately), you should be able to connect to your Raspberry Pi via the serial interface and investigate the problems:
`sudo screen /dev/ttyACM0 115200`