Skip to content

Commit

Permalink
Add missing shell setup in README (#1545)
Browse files Browse the repository at this point in the history
* Add missing shell setup in README

* Update link to installation documentation

* Update link to installation documentation
  • Loading branch information
pcanal authored Dec 10, 2024
1 parent d1d1765 commit 442b9ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The easiest way to install Celeritas as a library/app is with Spack:
git clone -c feature.manyFiles=true --depth=2 https://github.com/spack/spack.git
# Add Spack to the shell environment
# For bash/zsh/sh (See [spack-start] for other shell)
. spack/share/spack/setup-env.sh
```
- Install Celeritas with
```console
Expand Down Expand Up @@ -70,7 +71,7 @@ Then see the "Downstream usage as a library" section of the [installation
documentation][install] for how to use Celeritas in your application or framework.

[spack-start]: https://spack.readthedocs.io/en/latest/getting_started.html
[install]: https://celeritas-project.github.io/celeritas/user/main/installation.html
[install]: https://celeritas-project.github.io/celeritas/user/introduction/installation.html

# Installation for developers

Expand Down Expand Up @@ -129,7 +130,7 @@ The full set of configurations is viewable on CI platform [GitHub Actions][gha])
Compatibility fixes that do not cause newer versions to fail are welcome.

[spack]: https://github.com/spack/spack
[install]: https://celeritas-project.github.io/celeritas/user/main/installation.html
[install]: https://celeritas-project.github.io/celeritas/user/introduction/installation.html
[gha]: https://github.com/celeritas-project/celeritas/actions

# Development
Expand Down

0 comments on commit 442b9ac

Please sign in to comment.