From 7532a2ef6c9ed6252f3f2573e9dd5b9d7abb4d37 Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 2 Sep 2021 21:43:04 -0600 Subject: [PATCH] possible readme change --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7a86851..ab9102d 100644 --- a/readme.md +++ b/readme.md @@ -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