mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-11-28 17:45:10 +01:00
docs: add mise alternative method installation (#1869)
* docs(README): add mise alternative method installation Signed-off-by: jylenhof <jygithub@lenhof.eu.org> * Reorganize 'mise' section in README.md Moved the 'mise' section in the README.md to a different location and removed it from the previous position. --------- Signed-off-by: jylenhof <jygithub@lenhof.eu.org> Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
This commit is contained in:
parent
9e061d175f
commit
6bd058bc73
@ -48,6 +48,7 @@
|
||||
- [winget](#winget)
|
||||
- [Windows installer](#windows-installer)
|
||||
- [Conda](#conda)
|
||||
- [mise](#mise)
|
||||
- [Pre-built binaries](#pre-built-binaries)
|
||||
- [Auto-completion](#auto-completion)
|
||||
- [Usage](#usage)
|
||||
@ -399,6 +400,14 @@ conda config --set channel_priority strict
|
||||
conda install bottom
|
||||
```
|
||||
|
||||
### mise
|
||||
|
||||
Available in [mise](https://github.com/jdx/mise), you can install it with something like:
|
||||
|
||||
```
|
||||
mise use -g bottom@latest
|
||||
```
|
||||
|
||||
### Pre-built binaries
|
||||
|
||||
You can also use the pre-built release binaries:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user