diff --git a/README.md b/README.md
index 6e0c14890a76d4c94522af4e6849503636295693..6830c545f24bbc867977744872453e415cb333c6 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# Installation
+# Installation (specific to lab 1 FRTN35: Frequency response analysis)
 1. Open a terminal
-2. Type `printf 'export JULIA_PKGDIR=/work/$USER\nexport JULIA_EDITOR=gedit' >> .bashrc`. Restart the terminal. (Feel free to choose another text editor if you don't like gedit.)
+2. Type `export JULIA_PKGDIR=/var/tmp/$USER; export JULIA_EDITOR=gedit`. (Feel free to choose another text editor if you don't like gedit.) At the moment, this has to be done every time you restart the terminal (Anders Blomdell will fix). 
 3. Type `mkdir FRTN35_lab1; cd FRTN35_lab1`
 4. Start `julia`
-5. Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git")` Lots of packages will now be installed, this will take some time.
+5. Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git"); using BallAndBeam` Lots of packages will now be installed, this will take some time.
 6. Type `cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl")`. The script `FRTN35_lab1.jl` will now open in the chosen text editor, edit it while following the lab manual. If unsure about how a function works, type `?function_name` for help.
 
 # Documentation
diff --git a/docs/src/index.md b/docs/src/index.md
index f998ddc838210c7d4fe73a3d21c08d1a339d4590..cd0a6019e63ab41aa20792b4b2591aa7e4ecac02 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -5,8 +5,7 @@ Depth = 3
 ```
 
 # Installation
-Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/labdev/software/tree/master/julia_ballandbeam/BallAndBeam.jl.git")` Lots of packages will now be installed, this will take some time.
-Example usage is illustrated for lab 1 in FRTN35: Frequency Response Analysis of the beam (see below).
+Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git")` Lots of packages will now be installed, this will take some time.
 
 
 # Exported functions and types
@@ -21,13 +20,13 @@ Pages   = ["BallAndBeam.jl"]
 
 # Lab 1 FRTN35
 The script `FRTN35_lab1.jl` provides example usage of the functionality required to perform the lab. To get started, do the following
+
 1. Open a terminal
-2. Type `export JULIA_PKGDIR=/work/$USER\n export JULIA_EDITOR=gedit >> .bashrc`. Restart the terminal.
+2. Type `export JULIA_PKGDIR=/var/tmp/$USER; export JULIA_EDITOR=gedit`. Restart the terminal. (Feel free to choose another text editor if you don't like gedit.)
 3. Type `mkdir FRTN35_lab1; cd FRTN35_lab1`
 4. Start `julia`
-5. Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/labdev/software/tree/master/julia_ballandbeam/BallAndBeam.jl.git")` Lots of packages will now be installed, this will take some time.
-6. Type `cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "."); edit("FRTN35_lab1.jl")`. The script `FRTN35_lab1.jl` will now open in a text editor, edit it while following the lab manual. If unsure about how a function works, type `?function_name` for help.
-
+5. Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git"); using BallAndBeam` Lots of packages will now be installed, this will take some time.
+6. Type `cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl")`. The script `FRTN35_lab1.jl` will now open in the chosen text editor, edit it while following the lab manual. If unsure about how a function works, type `?function_name` for help.
 
 # Index