diced / dvm

discord version manager for linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to actually install dvm?

RadoslavL opened this issue · comments

I am very new to rust and am unable to find the proper way to install this CLI tool. Which of the files is the actual program?

You can download a binary from the releases tab. Current latest release.
If you want to build it you need to install cargo (rust's package manager) and run cargo build --release. The release file will be in the target folder.

What distro do you use?

If you are on Arch Linux then you can use the aur package dvm (installs binary) or dvm-git (compiles from source)

@diced I am sorry for asking a dumb question, I am just used to repositories having their binaries in the files and not in the releases. Thanks!

I've added a section to the README that outlines how to install dvm with different ways, hopefully its more clear now!