Skip to content

Commit

Permalink
Add conda-package installation to README.md (#206) [skip ci]
Browse files Browse the repository at this point in the history
* Add conda-package installation to README.md

* Simplify

---------

Co-authored-by: Jackson Huff <[email protected]>
  • Loading branch information
eunos-1128 and Slackadays authored Oct 16, 2024
1 parent ee7fe46 commit f4521d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,23 @@ apk add clipboard
**AUR** (Use your favorite AUR helper such as `yay`. You can also get `clipboard-bin` and `clipboard-git`)
```sh
yay -S clipboard

yay -S clipboard-bin

yay -S clipboard-git
```

<br>

**Conda-forge** (Use any Conda package manager such as conda, mamba, or pixi)
```sh
conda install -c conda-forge cb-clipboard

mamba install -c conda-forge cb-clipboard

micromamba install -c conda-forge cb-clipboard

pixi global install cb-clipboard
```

<br>
Expand Down

0 comments on commit f4521d6

Please sign in to comment.