From c2f1ba3794cde954d63eb698bff8bddb02b90b97 Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:50:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf34531..cf3f08a4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package contains routines to initialize reference element operators, physical mesh arrays, and connectivity arrays for nodal discontinuous Galerkin (DG) methods. The codes are roughly based on *Nodal Discontinuous Galerkin Methods* by Hesthaven and Warburton (2007). The original port from Matlab to Julia was by [Yimin Lin](https://github.com/yiminllin), with subsequent modifications by Jesse Chan and other contributors. -This package is registered and can be installed via `] add StartUpDG`. +This package is registered and can be installed via `] add StartUpDG` or `using Pkg; Pkg.add("StartUpDG")`. # Usage overview