[doc] Fix verilator instructions
diff --git a/doc/ug/getting_started_verilator.md b/doc/ug/getting_started_verilator.md
index 6c6d7de..0ea8658 100644
--- a/doc/ug/getting_started_verilator.md
+++ b/doc/ug/getting_started_verilator.md
@@ -30,8 +30,8 @@
```console
$ cd $REPO_TOP
-$ make -C sw SIM=1 SW_DIR=sw/boot_rom SW_BUILD_DIR=${ROM_BUILD_DIR} clean all
-$ make -C sw SIM=1 SW_DIR=sw/examples/hello_world SW_BUILD_DIR=${SW_BUILD_DIR} clean all
+$ make -C sw SIM=1 SW_DIR=boot_rom SW_BUILD_DIR=${ROM_BUILD_DIR} clean all
+$ make -C sw SIM=1 SW_DIR=examples/hello_world SW_BUILD_DIR=${SW_BUILD_DIR} clean all
```
Now the simulation can be run.