Skip to content

Commit eaab243

Browse files
committed
docs: adds a reference to the disclaimer to the README.md
1 parent 4b4c1fd commit eaab243

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Prerequisites
44

5-
* [Rust](https://www.rust-lang.org/)
6-
* [PostgreSQL](https://www.postgresql.org/)
7-
* [sqlx-cli](https://github.com/launchbadge/sqlx/tree/main/sqlx-cli) (`cargo install sqlx-cli --no-default-features --features native-tls,postgres`)
5+
- [Rust](https://www.rust-lang.org/)
6+
- [PostgreSQL](https://www.postgresql.org/)
7+
- [sqlx-cli](https://github.com/launchbadge/sqlx/tree/main/sqlx-cli) (`cargo install sqlx-cli --no-default-features --features native-tls,postgres`)
88

99
## Development quickstart
1010

@@ -22,6 +22,12 @@ cargo run -- server
2222
# open <local-address>/docs
2323
```
2424

25+
## Legal
26+
27+
Please see [the disclaimer](https://github.com/stjude-rust-labs#disclaimer) that
28+
applies to all crates and command line tools made available by St. Jude Rust
29+
Labs.
30+
2531
[GitHub Codespaces]: https://github.com/features/codespaces
2632
[Visual Studio Code]: https://code.visualstudio.com/
2733
[Dev Containers extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers

0 commit comments

Comments
 (0)