Skip to content

Commit

Permalink
Wiki typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Jul 19, 2024
1 parent 31f9702 commit 42a8c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Follow the steps below in order to setup the code.
- Run `source get_socrates.sh`
5. `julia -e 'using Pkg; Pkg.activate("."); Pkg.build()'`
AGNI is now installed as a package into a Julia environment in the AGNI
directory. This will also have downloaded some input data. You should run the tests next.
directory. This will also have downloaded some basic input data.
You should run the tests next.

!!! tip
The `get_socrates` script automatically adds the radiation code to your
Expand Down
2 changes: 1 addition & 1 deletion docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you require more data, such as additional stellar spectra or opacities, then
also be easily obtained using the `get_data` script in the AGNI root directory. To see how
to use this script, run it without arguments like so:
```bash
./get_data
./get_data.sh
```

## Tutorials
Expand Down

0 comments on commit 42a8c07

Please sign in to comment.