Closed ghost closed 3 years ago
In the installation method with Cargo, you say one should use cargo install --git https://github.com/paulfariello/aparte --branch develop. Why? Shouldn't it point to master instead of develop?
cargo install --git https://github.com/paulfariello/aparte --branch develop
You are right, at the time I wrote the README the master branch was totally outdated. It's not true anymore. I'll update the README. Thanks
In the installation method with Cargo, you say one should use
cargo install --git https://github.com/paulfariello/aparte --branch develop
. Why? Shouldn't it point to master instead of develop?