Skip to content

Commit cc88cc7

Browse files
committed
docs: update README with installation guide link
Added prominent link to INSTALLATION.md with Mix and binary instructions.
1 parent 3c9061a commit cc88cc7

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Centralized language registry for all Singularity analysis engines.
77

8-
**[📚 View Documentation](https://singularity-ng.github.io/singularity-language-registry/)** | **[📖 Setup Guide](./DOCS_SETUP.md)**
8+
**[📚 Documentation](https://singularity-ng.github.io/singularity-language-registry/)** | **[⚡ Installation Guide](./INSTALLATION.md)** | **[🔧 Setup Guide](./DOCS_SETUP.md)**
99

1010
## Purpose
1111

@@ -41,12 +41,20 @@ language_registry (independent)
4141

4242
## Installation
4343

44-
### Using Cargo
44+
> **📖 See [INSTALLATION.md](./INSTALLATION.md) for complete guide including Mix (Elixir) dependencies and binary downloads**
45+
46+
### Quick Start - Rust
4547

4648
```bash
4749
cargo add singularity-language-registry
4850
```
4951

52+
Or in `Cargo.toml`:
53+
```toml
54+
[dependencies]
55+
singularity-language-registry = { git = "https://github.com/Singularity-ng/singularity-language-registry", tag = "latest" }
56+
```
57+
5058
### Using Nix
5159

5260
```bash

0 commit comments

Comments
 (0)