Skip to content

Commit

Permalink
Merge pull request #23 from FrenchCommando/juliainstall
Browse files Browse the repository at this point in the history
julia install syntax
  • Loading branch information
mlelarge authored Sep 15, 2023
2 parents 93bad89 + 8c0936a commit a886cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributor by adding modules to this site!

## Setup to run the website locally

1. Install [Julia](https://julialang.org/downloads/)
1. Install [Julia](https://julialang.org/downloads/) (make sure to 'add to PATH' so you can use step 2 without having to type the full path)
2. Launch Julia from the command line:

``` text
Expand All @@ -18,7 +18,7 @@ contributor by adding modules to this site!
3. Install the required packages:
``` julia
Using Pkg
using Pkg
Pkg.add("Franklin")
Pkg.add("JSON")
```
Expand Down

0 comments on commit a886cf7

Please sign in to comment.