diff --git a/docs/build/man/installation.md b/docs/build/man/installation.md
index 9d27023e06889df4efaef503c396fdadc84b91ff..1ad925e67be6947c257afa5b181b312cc6ccdadc 100644
--- a/docs/build/man/installation.md
+++ b/docs/build/man/installation.md
@@ -37,7 +37,7 @@ To work with the SPI devices you will need a forked `serbus` repository which wr
 
 
 ```
-cd && cd .julia/packages
+cd ~/.julia/packages
 git clone https://github.com/mgreiff/serbus
 ```
 
@@ -113,8 +113,7 @@ To update the BBB with the latest revision of the code, open up a terminal and t
 
 
 ```
-cd
-cd .julia/packages/LabConnections/<version id>/util
+cd ~/.julia/packages/LabConnections/<version id>/util
 ./flash_BB.sh
 ```
 
diff --git a/docs/src/man/installation.md b/docs/src/man/installation.md
index c3b75b9e5bc9059ec65b83f00a8f3411ad516975..4000395034df1155db6e231683940b4bd85ab628 100644
--- a/docs/src/man/installation.md
+++ b/docs/src/man/installation.md
@@ -15,7 +15,7 @@ You now have the LabConnections.jl package available on the host computer. Note
 ### Installing Serbus
 To work with the SPI devices you will need a forked `serbus` repository which wraps the`linux/spi/spidev`. Open up a terminal and type
 ```
-cd && cd .julia/packages
+cd ~/.julia/packages
 git clone https://github.com/mgreiff/serbus
 ```
 to get the latest revision of the `serbus` fork. You are now done with the setup required on the host computer side.
@@ -54,8 +54,7 @@ If the Julia REPL starts up correctly, then you have a functioning BBB ready for
 
 To update the BBB with the latest revision of the code, open up a terminal and type  
 ```
-cd
-cd .julia/packages/LabConnections/<version id>/util
+cd ~/.julia/packages/LabConnections/<version id>/util
 ./flash_BB.sh
 ```
 This scripts bundles the current code in LabConnections.jl and serbus on the host computer and transfers it to the BBB and puts it in the directory `/home/debian/juliapackages`.