Skip to content

Commit

Permalink
Update 08-Mandlebrot.md
Browse files Browse the repository at this point in the history
Added root setup for "A brief detour through the Mandlebrot set"
  • Loading branch information
christopher-arnold-walker authored Jul 8, 2024
1 parent 05d6571 commit a089879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ASP2024/08-Mandlebrot.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ We have a simple program that can draw the Mandlebrot set. It's called `goatbrot
Since your training VMs don't have the goatbrot executable needed for this exercise, we will need to download it first. Execute the following commands to do this:

```
$ source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_105a x86_64-ubuntu2204-gcc11-opt
$ mkdir bin
$ cd bin
$ wget https://www.nhn.ou.edu/~hs/tmp/goatbrot
Expand Down

0 comments on commit a089879

Please sign in to comment.