From f6cc2b2f521034c4c046bf451e9a7d0b9e0235d9 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 31 Jul 2021 03:02:05 -0700 Subject: [PATCH 1/2] :books: link to docker docs --- docs/building.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/building.md b/docs/building.md index 67341b7..f94d7d0 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 From ec2abe87500b3b52a84d592c5498b3b06d210c26 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 31 Jul 2021 13:48:42 -0700 Subject: [PATCH 2/2] :memo: Rust API done! --- docs/connected_services/how_to/APIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |