sajattack / discourse-tui

Terminal UI for Discourse forums
MIT License
12 stars 2 forks source link

Publish on crates.io? #1

Open vi opened 6 years ago

vi commented 6 years ago

cargo install is easier than to think about where to put downloaded source code and to manually make it available in $PATH.

sajattack commented 6 years ago

I was under the impression that crates.io was for libraries.

vi commented 6 years ago

It would be rust-libs.io instead of crates.io then.

It is true that is more geared towards libraries although.

vi commented 6 years ago

As a slight alternative, this command:

cargo install --git https://github.com/sajattack/discourse-tui

may be listed early in the README.

sajattack commented 6 years ago

Where would that put the repo? It's kind of important for the user to copy the config files to the right place.