diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..6b2ea0ab406a80e170c77ea675d8d03e00d4ca3a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.jl.cov +*.jl.*.cov +*.jl.mem +docs/build/ +docs/site/ diff --git a/README.md b/README.md index e6b34391defc3dfbffa7901640b889248cbb32a8..d292e5fde7a0e03e4a5e8e76b55a902ad79a1390 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 2. Type `export JULIA_PKGDIR=/work/$USER\n export JULIA_EDITOR=gedit >> .bashrc`. Restart the terminal. 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. +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. 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. # Documentation