paulfariello / aparte

Simple XMPP console client written in Rust and inspired by Profanity.
Mozilla Public License 2.0
124 stars 16 forks source link

Why install develop? #20

Closed ghost closed 3 years ago

ghost commented 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?

paulfariello commented 3 years ago

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