| Crates.io | cndk8 |
| lib.rs | cndk8 |
| version | 0.1.0 |
| created_at | 2024-12-30 09:58:30.617948+00 |
| updated_at | 2024-12-30 09:58:30.617948+00 |
| description | cndk8 is a collection of tools for my Second Brain. |
| homepage | https://foursixnine.io/projects/cndk8/ |
| repository | https://github.com/foursixnine/cndk8 |
| max_upload_size | |
| id | 1498953 |
| size | 86,274 |
cndk8 - pronounced Syndicate :D
Throw a message in a bottle to your telegram account
Application spawns a webservice and bot is a separate service, both start together and are stopped together.
git clone https://github.com/corrosion-rs/corrosion.git
# Optionally, specify -DCMAKE_INSTALL_PREFIX=<target-install-path>. You can install Corrosion anyway
cmake -Scorrosion -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
# This next step may require sudo or admin privileges if you're installing to a system location,
# which is the default.
cmake --install build --config Release