possible readme change

This commit is contained in:
Connor
2021-09-02 21:43:04 -06:00
parent e2adbeb6de
commit 7532a2ef6c

View File

@@ -23,9 +23,9 @@ To generate the PDFs (currently just the notes, but soon to include the thesis p
In order to run the Julia code, you'll need Julia v1.6 or higher. This project is packaged as a package, so installing the dependencies (and the project itself) is simple. Just run:
```julia
using Pkg
Pkg.activate("julia")
Pkg.build()
julia> using Pkg
(Thesis) pkg> activate julia
(Thesis) pkg> build
```
## Installation