diff --git a/README.md b/README.md index 22f16072e..fd6dc052e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ - - - +

@@ -29,17 +27,25 @@ Now, have a _powerful_ clipboard to use **anywhere in the terminal**, just like ![Clipboard Demo](documentation/readme-assets/ClipboardDemo.gif) ![Quick Installation](documentation/readme-assets/CBQuickInstallation.png) -### **All Except Windows** +### [**All Except Windows**](https://github.com/Slackadays/Clipboard/blob/main/src/install.sh) ```bash curl -sSL https://github.com/Slackadays/Clipboard/raw/main/src/install.sh | sh ``` -### **Windows (run as Administrator)** +### [**Windows (run as Administrator)** ](https://github.com/Slackadays/Clipboard/blob/main/src/install.ps1) ```powershell (Invoke-WebRequest -UseBasicParsing https://github.com/Slackadays/Clipboard/raw/main/src/install.ps1).Content | powershell ``` --- +### **Premade Builds** + +Packaging status + +You can also download Clipboard [directly from GitHub Actions.](https://nightly.link/Slackadays/Clipboard/workflows/main/main) + +--- + ### **Install Manually** Get the latest release instead by adding `--branch 0.3.1` right after `git clone...`. Change the system installation prefix by adding `-DCMAKE_INSTALL_PREFIX=/custom/prefix` to `cmake ..`. @@ -55,15 +61,6 @@ cmake --install . Remove all the files in `install_manifest.txt`. If you're not using Windows, you can also do `xargs rm < install_manifest.txt`. ---- - -### **Premade Builds** - -Packaging status - -You can also download Clipboard [directly from GitHub Actions.](https://nightly.link/Slackadays/Clipboard/workflows/main/main) - - ![How To Use](documentation/readme-assets/CBHowToUse.png) You can substitute `cb` for `clipboard` in all commands, and add a number to the end of the action to choose which clipboard you want to use (the default is 0), or `_` to use a persistent clipboard.