From b414b64eff71ee5fdd811eae2f194e033aba0b61 Mon Sep 17 00:00:00 2001 From: kvokka Date: Sun, 30 Mar 2025 06:51:24 +0700 Subject: [PATCH] docs: Add dockercontainer feature to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d8d4c55..c11c00a 100644 --- a/README.md +++ b/README.md @@ -46,19 +46,36 @@ Before you begin, ensure you have: ### Installation #### Using Homebrew (MacOS and Linux) + ```bash brew install jnsahaj/lumen/lumen ``` #### Using Cargo +> > [!IMPORTANT] > `cargo` is a package manager for `rust`, > and is installed automatically when you install `rust`. > See [installation guide](https://doc.rust-lang.org/cargo/getting-started/installation.html) + ```bash cargo install lumen ``` +#### Using vscode devcontainers + +You need to add in your `devcontainer.json` file: + +```json +{ + "features": { + "ghcr.io/kvokka/features/lumen:1": {} + } +} +``` + +More details in the feature [repo](https://github.com/kvokka/devcontainer-features/tree/main/features/lumen) + ## Usage 🔅 ### Generate Commit Messages