diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-02-04 09:19:19 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-03-03 18:52:49 +0000 |
commit | f056ad569dc599ba5f145819bc91a8f15e105347 (patch) | |
tree | be690da7d8cc596f49935c96cb040ddf572e90bd /doc/book/cookbook/_index.md | |
parent | a5f7a7925088c1169f2d88ca4dd1ed83fce37e35 (diff) | |
download | garage-f056ad569dc599ba5f145819bc91a8f15e105347.tar.gz garage-f056ad569dc599ba5f145819bc91a8f15e105347.zip |
binary-packages.md: Added.
Diffstat (limited to 'doc/book/cookbook/_index.md')
-rw-r--r-- | doc/book/cookbook/_index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/book/cookbook/_index.md b/doc/book/cookbook/_index.md index a85678fb..07bf6ebf 100644 --- a/doc/book/cookbook/_index.md +++ b/doc/book/cookbook/_index.md @@ -16,6 +16,10 @@ This chapter could also be referred as "Tutorials" or "Best practices". source in case a binary is not provided for your architecture, or if you want to hack with us! +- **[Binary packages](@/documentation/cookbook/binary-packages.md):** This page + lists the different platforms that provide ready-built software packages for + Garage. + - **[Integration with Systemd](@/documentation/cookbook/systemd.md):** This page explains how to run Garage as a Systemd service (instead of as a Docker container). |