File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A terminal user interface (TUI) for monitoring Snakemake pipelines on HPC cluste
1313## Installation
1414
1515``` bash
16- cargo install --git https://github.com/rnabioco/charmer.git
16+ cargo install --git https://github.com/rnabioco/charmer-rs .git
1717```
1818
1919## Quick Start
@@ -28,7 +28,7 @@ charmer /path/to/pipeline
2828
2929## Documentation
3030
31- Full documentation is available at ** [ rnabioco.github.io/charmer] ( https://rnabioco.github.io/charmer ) ** .
31+ Full documentation is available at ** [ rnabioco.github.io/charmer-rs ] ( https://rnabioco.github.io/charmer-rs ) ** .
3232
3333## License
3434
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Thank you for your interest in contributing to charmer!
1212### Clone and Build
1313
1414``` bash
15- git clone https://github.com/rnabioco/charmer.git
16- cd charmer
15+ git clone https://github.com/rnabioco/charmer-rs .git
16+ cd charmer-rs
1717
1818# Using cargo
1919cargo build
Original file line number Diff line number Diff line change 1212
1313``` bash
1414# Clone the repository
15- git clone https://github.com/rnabioco/charmer.git
16- cd charmer
15+ git clone https://github.com/rnabioco/charmer-rs .git
16+ cd charmer-rs
1717
1818# Build release binary
1919cargo build --release
@@ -34,8 +34,8 @@ cargo install --path crates/charmer
3434curl -fsSL https://pixi.sh/install.sh | bash
3535
3636# Clone and install
37- git clone https://github.com/rnabioco/charmer.git
38- cd charmer
37+ git clone https://github.com/rnabioco/charmer-rs .git
38+ cd charmer-rs
3939pixi install
4040
4141# Build
@@ -54,11 +54,11 @@ Pre-built binaries are available for each release:
5454- ` charmer-macos-x86_64.tar.gz ` - macOS Intel
5555- ` charmer-macos-aarch64.tar.gz ` - macOS Apple Silicon
5656
57- Download from the [ releases page] ( https://github.com/rnabioco/charmer/releases ) .
57+ Download from the [ releases page] ( https://github.com/rnabioco/charmer-rs /releases ) .
5858
5959``` bash
6060# Example for Linux
61- curl -LO https://github.com/rnabioco/charmer/releases/latest/download/charmer-linux-x86_64.tar.gz
61+ curl -LO https://github.com/rnabioco/charmer-rs /releases/latest/download/charmer-linux-x86_64.tar.gz
6262tar xzf charmer-linux-x86_64.tar.gz
6363./charmer --help
6464```
Original file line number Diff line number Diff line change 11site_name : charmer
22site_description : TUI for monitoring Snakemake pipelines on HPC clusters
3- site_url : https://rnabioco.github.io/charmer
4- repo_url : https://github.com/rnabioco/charmer
5- repo_name : rnabioco/charmer
3+ site_url : https://rnabioco.github.io/charmer-rs
4+ repo_url : https://github.com/rnabioco/charmer-rs
5+ repo_name : rnabioco/charmer-rs
66
77theme :
88 name : material
6565extra :
6666 social :
6767 - icon : fontawesome/brands/github
68- link : https://github.com/rnabioco/charmer
68+ link : https://github.com/rnabioco/charmer-rs
You can’t perform that action at this time.
0 commit comments