Skip to content
Snippets Groups Projects
Commit f8a0e242 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Add gitignore

parent 73e8d653
No related branches found
No related tags found
No related merge requests found
*.jl.cov
*.jl.*.cov
*.jl.mem
docs/build/
docs/site/
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment