diff --git a/docs/building.md b/docs/building.md index 1431eb8..f9ceb1f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,6 +9,9 @@ as CCash is very lightweight it can run on practically any device but here are s * with no users memory usage is 8.47 Mb * Saving frequency (a runtime argument) being set to 0 will disable frequency saving and only save on close +## Docker +If you want to use the docker package, deploy information can be found [here](deploy.md) + ## Drogon Depedencies ### Linux diff --git a/docs/connected_services/how_to/APIs.md b/docs/connected_services/how_to/APIs.md index 33a8fdd..c5dc7c5 100644 --- a/docs/connected_services/how_to/APIs.md +++ b/docs/connected_services/how_to/APIs.md @@ -5,4 +5,4 @@ | [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_check_mark: | | [Luke](https://github.com/LukeeeeBennett/ccash-client-js) | JS | [ccash client js](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: | | [Doggo](https://github.com/FearlessDoggo21) | Python | [CCashPythonClient](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: | -| [Sam](https://github.com/STBoyden) | Rust | [ccash rs](https://git.stboyden.com/STBoyden/ccash-rs) | :heavy_multiplication_x: | +| [Sam](https://github.com/STBoyden) | Rust | [ccash rs](https://git.stboyden.com/STBoyden/ccash-rs) | :heavy_check_mark: |