Commit 1dc2ba2b79780f7db0e516e1ba29a4e2d0604860
readme: more moving stuff
Matt McKegg committed on 11/6/2016, 3:18:11 AMParent: 4e9086947b05a0970d0a798d33bd957b6b5d0167
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -20,8 +20,14 @@ | ||
20 | 20 … | [💖 Donate and support me on Patreon](https://www.patreon.com/MattMcKegg) |
21 | 21 … | |
22 | 22 … | <img src="/assets/ferment-screenshot-0.0.0.jpg" alt="WebTorrent" width="888" height="688" /> |
23 | 23 … | |
24 … | +## Requirements | |
25 … | + | |
26 … | +Right now things are [super easy](https://github.com/mmckegg/ferment/releases) if you are running macOS, but for other platforms you need to do some [hard open-sourcey compilation stuff](#install). Also it just doesn't work at all on Windows right now (will be [addressed soon](https://github.com/mmckegg/ferment/issues/30)). | |
27 … | + | |
28 … | +If there is no [packaged app](https://github.com/mmckegg/ferment/releases) for your platform, you'll need to build from source using modern version of [`node` and `npm`](https://nodejs.org). | |
29 … | + | |
24 | 30 … | ## Inspiration |
25 | 31 … | |
26 | 32 … | I'm trying to replace my need for SoundCloud as a [backyard musician that uploads WAY to much stuff](https://soundcloud.com/destroy-with-science). |
27 | 33 … | |
@@ -80,16 +86,10 @@ | ||
80 | 86 … | **To make sure other people can play your file, you'll need to wait until the status changes from "Waiting to share 💖" to the beer 🍻 icon.** Other users and pubs that follow you should start seeding your post soon after you add it, but if this doesn't happen for a few minutes, restarting Ferment can help. |
81 | 87 … | |
82 | 88 … | On start-up, Ferment checks the files you have cached (or added) against the tracker and prioritize seeding the rarest files on the network. However, any files you play will start seeding immediately. |
83 | 89 … | |
84 | -## Requirements | |
85 | - | |
86 | -If there is no [packaged app](https://github.com/mmckegg/ferment/releases) for your platform, you'll need to build from source using modern version of [`node` and `npm`](https://nodejs.org). | |
87 | - | |
88 | 90 … | ## Install |
89 | 91 … | |
90 | -Right now things are super easy if you are running macOS, but for other platforms you need to do some hard open-sourcey compilation stuff. Also it just doesn't work at all on Windows right now (will be addressed soon). | |
91 | - | |
92 | 92 … | ### on macOS |
93 | 93 … | |
94 | 94 … | Download the latest release [here](https://github.com/mmckegg/ferment/releases)! |
95 | 95 … |
Built with git-ssb-web