Skip to content

Commit

Permalink
Merge pull request #83 from lucydot/patch-1
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
archermarx authored Jun 19, 2023
2 parents 8d2907b + 0d91616 commit 9a00902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ HallThruster.jl is an open-source, 1D fluid Hall thruster code written in Julia.

## Installation

To install HallThruster.jl, you must first install Julia 1.7 or above from the [official Julia site](https://julialang.org/downloads/), or by using [juliaup](https://github.com/JuliaLang/juliaup). We recommend using the latest Julia release when possible. Once installed, launch Julia and type
To install HallThruster.jl, you must first install Julia 1.7 or above from the [official Julia site](https://julialang.org/downloads/), or by using [juliaup](https://github.com/JuliaLang/juliaup). We recommend using the latest Julia release when possible. Once installed, launch Julia and type `]` to enter the Pkg REPL. To install HallThruster.jl type

```julia
julia> ]add https://github.com/UM-PEPL/HallThruster.jl
(@v1.9) pkg> add https://github.com/UM-PEPL/HallThruster.jl
```

This will install HallThruster.jl using Julia's package manager. For details on setting up and running Hall thruster simulations, see [the official documentation](https://UM-PEPL.github.io/HallThruster.jl/dev). A Tutorial is available [here](https://nbviewer.org/github/UM-PEPL/HallThruster.jl/blob/main/tutorials/HallThrusterTutorial.ipynb).

0 comments on commit 9a00902

Please sign in to comment.