File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66Centralized 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
4749cargo 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
You can’t perform that action at this time.
0 commit comments