diff --git a/docs/building.md b/docs/building.md index c3a95e0..b9248c3 100644 --- a/docs/building.md +++ b/docs/building.md @@ -8,6 +8,7 @@ as CCash is very lightweight it can run on practically any device but here are s * `MAX_LOG_SIZE` should be adjusted as it takes up the most memory usage/storage of the ledger's features at ~203 bytes in memory and ~104 bytes in disk at default settings, so 5165 logs per Mb of RAM. Setting to 0 will disable logs * 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 +* make backups of your save files ## Docker If you want to use the docker package, deploy information can be found [here](deploy.md) diff --git a/docs/contributors.md b/docs/contributors.md index d0e0250..10b4260 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -1,10 +1,10 @@ # Contributors -| name | work | -| :------------------------------------------- | ---------------------------- | -| [Luke](https://github.com/LukeeeeBennett) | Docker package, JS API | -| [React](https://github.com/Reactified) | Logo, deprecated CCLua API | -| [Doggo](https://github.com/FearlessDoggo21) | HTTP suggestions, Python API | -| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua API | -| [Expand](https://github.com/Expand-sys) | Fixed docker package | -| [Sam](https://github.com/STBoyden) | Rust API | -| Caesay | Restful API suggestions | \ No newline at end of file +| name | work | +| :------------------------------------------- | ---------------------------------- | +| [Luke](https://github.com/LukeeeeBennett) | Github Actions, and JS API | +| [React](https://github.com/Reactified) | Logo, CC Wallet/Shop/ATM | +| [Doggo](https://github.com/FearlessDoggo21) | HTTP advice, Python API, and C CLI | +| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua API | +| [Expand](https://github.com/Expand-sys) | Docker, and Ansible | +| [Sam](https://github.com/STBoyden) | Rust API | +| Caesay | Restful API advice | \ No newline at end of file