Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
neovide: install a version of rust based program from git
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
juniper
l33t
l33t


Joined: 22 Oct 2004
Posts: 947
Location: we the north

PostPosted: Wed May 22, 2024 11:04 pm    Post subject: neovide: install a version of rust based program from git Reply with quote

Hello all,

I want to install neovide. See this page

https://neovide.dev/installation.html

at the bottom it gives the command (for installation)

Code:

cargo install --git https://github.com/neovide/neovide


My question: what if I want to install a certain version? how can I change the command? appending the command with --version VERSION gives the error

Code:

error: the following required arguments were not provided:
  [CRATE[@<VER>]]...
Usage:  cargo install --git <URL> --version <VERSION> [CRATE[@<VER>]]


I also tried

Code:

cargo install --git https://github.com/neovide/neovide@0.11.2


no dice

EDIT: Figured it out.

Code:

cargo install --git https://github.com/neovide/neovide --tag 0.12.2


(it's tag. not version)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum