From 64536b7e34496b61d19423d8c514065c25dde754 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Thu, 10 Sep 2026 10:56:52 +0100 Subject: [PATCH] Refresh BoringCache CLI branding --- .github/images/boringcache-dark.svg | 1 + .github/images/boringcache-light.svg | 1 + README.md | 12 +++++++----- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .github/images/boringcache-dark.svg create mode 100644 .github/images/boringcache-light.svg diff --git a/.github/images/boringcache-dark.svg b/.github/images/boringcache-dark.svg new file mode 100644 index 0000000..808f983 --- /dev/null +++ b/.github/images/boringcache-dark.svg @@ -0,0 +1 @@ +BoringCache diff --git a/.github/images/boringcache-light.svg b/.github/images/boringcache-light.svg new file mode 100644 index 0000000..bcc3199 --- /dev/null +++ b/.github/images/boringcache-light.svg @@ -0,0 +1 @@ +BoringCache diff --git a/README.md b/README.md index bbf542f..a225580 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ + + + BoringCache + + # BoringCache CLI -**One command between your build and shared cache.** +Shared build cache for CI, Docker builds, coding agents, and local development. -The BoringCache CLI keeps dependency state, compiler output, Docker build -cache, and other completed work available across CI and local development. -Run the build tools you already use; BoringCache carries their reusable work -between machines. +**Stop rebuilding. Start reusing.** ## Install and onboard