From e2adbeb6defa925b4f4b0befffa61732952b0afc Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 2 Sep 2021 21:41:53 -0600 Subject: [PATCH] updated readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0aa3855..7a86851 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +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 -Pkg.import(); Pkg.activate("julia"); Pkg.build() +using Pkg +Pkg.activate("julia") +Pkg.build() ``` ## Installation