Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong instruction for installation: cargo run vs. build #23

Open
KarlZeilhofer opened this issue Feb 24, 2020 · 1 comment
Open

Wrong instruction for installation: cargo run vs. build #23

KarlZeilhofer opened this issue Feb 24, 2020 · 1 comment

Comments

@KarlZeilhofer
Copy link

Hi,

just a minor notice: in the README you wrote

$ cd lognplotgtk
$ cargo run --release

but it shoud be

$ cargo build --release

right?

Thanks for that awesome program!

Greets, Karl

@windelbouwman
Copy link
Owner

Hi,

Thanks for trying this program. Did you use it? Do you have any feedback? I would love some feedback from users and what features you would like to add.

Regarding the install script,
cargo run does a build and run. cargo build does build only. To install something, there also exists the cargo install command, but I think the best way to build the application is by using cargo build --release and then check the target/release folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants