Update rx/

0915a43c5fe5be0a956416ec4977c1b15e9eff22
Alexis Sellier committed ago 1 parent f2bfbd69
rx/index.html +3 -3
187 187
      <center><p><em><small>Disclaimer: this is alpha software, use at your own risk!</small></em></p></center>
188 188
      You'll need <strong>cargo</strong> and <strong>rust</strong> to install <em>rx</em>. For more
189 189
      detailed instructions, see the <a href="https://github.com/cloudhead/rx/blob/master/README">README</a>.
190 190
191 191
      <h3>Linux</h3>
192 -
      <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --locked --features vulkan</code></div>
192 +
      <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --tag v0.1.0 --locked --features vulkan</code></div>
193 193
      <h3>macOS</h3>
194 -
      <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --locked --features metal</code></div>
194 +
      <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --tag v0.1.0 --locked --features metal</code></div>
195 195
      <h3>Windows (untested)</h3>
196 -
      <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --locked --features dx12</code></div>
196 +
      <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --tag v0.1.0 --locked --features dx12</code></div>
197 197
      <br/>
198 198
      <p>You'll then have to copy <a href="palettes/sweetie16.palette">sweetie16.palette</a>,
199 199
      the default palette to <strong>~/.config/rx/palettes</strong>.
200 200
      Other palettes are also available <a href="palettes/">here</a>, and you can create your own.
201 201
    </section>