hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 579 forks source link

Fill in some gaps in Readme #1858

Closed olegstepura closed 5 years ago

olegstepura commented 5 years ago

Also during some phase of build process I remember a build tool said I can use either .net or mono. And I tried installing .net using microsoft instruction but it still complained mono is missing. So I assume mono is the only possible dependency, I suggest to fix this as well.

Also this code is wrong for just copy-pasting to terminal

  curl \ # Run requirement

The ending \ should be in the end, otherwise it is not threaten as newline escape. Here the comment breaks this. But I don't know how to elegantly fix this.

hbons commented 5 years ago

I made some more adjustments based on your changes: https://github.com/hbons/SparkleShare/blob/master/SparkleShare/Linux/README.md

olegstepura commented 5 years ago

Yes, I wanted to do the same first but thought you intentionally tried to reduce text.