mirror of
https://github.com/jnsahaj/lumen.git
synced 2025-12-23 05:36:48 +00:00
docs: Add dockercontainer feature to readme
This commit is contained in:
parent
c9ae97a5b0
commit
b414b64eff
1 changed files with 17 additions and 0 deletions
17
README.md
17
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue