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