Skip to content

how to install from source? #41

Closed Answered by SajjadPourali
9to1url asked this question in Q&A
Discussion options

You must be logged in to vote
cargo install --force --git https://git.narrow.link/ narrowlink-agent
cargo install --force --git https://git.narrow.link/ narrowlink-gateway
cargo install --force --git https://git.narrow.link/ narrowlink-client

or in your own machine:

git clone --depth 1 https://github.com/narrowlink/narrowlink
cd narrowlink
cargo install --path agent
cargo install --path gateway
cargo install --path client

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@9to1url
Comment options

Answer selected by 9to1url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-question Category: User questions that are neither feature requests nor bug reports
2 participants