Fix rx html

5239afc8f2c255aab9ce0400216a3e54b7884125
Alexis Sellier committed ago 1 parent d7984ed6
rx/index.html +2 -3
256 256
      <p>For macOS and Windows, see the following section.</p>
257 257
    </section>
258 258
259 259
    <section>
260 260
      <h2>BUILD FROM SOURCE</h2>
261 -
      You'll need <strong>cargo</strong> and <strong>rust</strong> to build <em>rx</em> from source. For more
262 -
      detailed instructions, see the <a href="https://github.com/cloudhead/rx/blob/master/README">README</a>.
261 +
      <p>You'll need <strong>cargo</strong> and <strong>rust</strong> to build <em>rx</em> from source. For more
262 +
      detailed instructions, see the <a href="https://github.com/cloudhead/rx/blob/master/README">README</a>.</p>
263 263
264 264
      <div class="cli"><code class="block">$ cargo install --git https://github.com/cloudhead/rx --tag v0.2.0 --locked</code></div>
265 -
      <br/>
266 265
267 266
      <p>The default installed palette is <a href="palettes/sweetie16.palette">sweetie16.palette</a>.
268 267
      Other palettes are also available <a href="palettes/">here</a>, and you can create your own.</p>
269 268
    </section>
270 269