From f8a0e242a2cb3b09f44708b6ee7039357bb159ad Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Sat, 19 Aug 2017 17:18:12 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b2ea0a --- /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 e6b3439..d292e5f 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 -- GitLab