Skip to content

Commit

Permalink
docs: more install options
Browse files Browse the repository at this point in the history
  • Loading branch information
mierak committed Jun 21, 2024
1 parent 3ae9e64 commit 39b087e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: mierak
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rusty Media Player Client
# Rusty Music Player Client

Rmpc is a beautiful, modern and configurable terminal based Music Player Daemon client. It is
heavily inspired by [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp) and
Expand Down
13 changes: 12 additions & 1 deletion docs/src/content/docs/guides/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ methods will be provided in the future.

<Steps>

1. Install rmpc using cargo
1. Install rmpc with one of the following methods
- By downloading a precompiled binary from github [releases page](https://github.com/mierak/rmpc/releases/latest/).
Then untar the archive, set execute persmission if needed and run rmpc.
- Using cargo
```bash frame=none showLineNumbers=false
cargo install rmpc --locked
```
- Using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
```bash frame=none showLineNumbers=false
cargo binstall rmpc
```
- Install the latest git version
```bash frame=none showLineNumbers=false
cargo install --git https://github.com/mierak/rmpc --locked
```
Expand Down

0 comments on commit 39b087e

Please sign in to comment.