Skip to content

Commit

Permalink
Fix link to installation instructions in README (#111)
Browse files Browse the repository at this point in the history
As mentioned in #106, one of the docs links in README was missing the
part that specifies the version, and thus it defaulted to a stale
version from before #77. This PR fixes the link.
  • Loading branch information
kmaziarz authored Nov 28, 2024
1 parent 5ad7f16 commit 264b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ conda activate syntheseus-full
pip install "syntheseus[all]"
```

See [here](https://microsoft.github.io/syntheseus/installation) if you prefer a more lightweight installation that only includes the parts you actually need.
See [here](https://microsoft.github.io/syntheseus/stable/installation) if you prefer a more lightweight installation that only includes the parts you actually need.

## Citation and usage

Expand Down

0 comments on commit 264b9cf

Please sign in to comment.