SUPERCILEX / clipboard-history

Ringboard—the clipboard manager for Linux
Apache License 2.0
143 stars 5 forks source link

Cargo Nightly requirnment #20

Closed xalt7x closed 1 month ago

xalt7x commented 1 month ago

I've tried following installation-instructions

The easiest way to get going is to install cargo and then run the installation script for systemd:

curl -s https://raw.githubusercontent.com/SUPERCILEX/clipboard-history/master/install-with-cargo-systemd.sh | bash

Cargo installed successfully with curl https://sh.rustup.rs -sSf | sh However, curl -s https://raw.githubusercontent.com/SUPERCILEX/clipboard-history/master/install-with-cargo-systemd.sh | bash showed

error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed

Is it leftover just a development leftover or Cargo Nightly is really required?

SUPERCILEX commented 1 month ago

Sorry about that, I added some extra instructions. Still required, but easily fixable by running rustup install nightly. Let me know if you run into any other issues!