Skip to content

Commit

Permalink
Improve readme more
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Feb 13, 2023
1 parent faaa5f9 commit b92f829
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<a href="https://github.com/Slackadays/Clipboard/actions">
<img src="https://img.shields.io/github/actions/workflow/status/Slackadays/Clipboard/build-clipboard.yml?branch=main&label=BUILDS&style=for-the-badge">
<img src="https://img.shields.io/github/actions/workflow/status/Slackadays/Clipboard/test-clipboard.yml?branch=main&label=TESTS&style=for-the-badge">
</a>
<a href="https://github.com/Slackadays/Clipboard/stargazers">
<img src="https://img.shields.io/github/stars/slackadays/clipboard?style=for-the-badge&color=brightgreen">
<img src="https://img.shields.io/github/actions/workflow/status/slackadays/Clipboard/lint-clipboard.yml?branch=main&label=LINTING&style=for-the-badge">
</a>
</p>

Expand All @@ -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**

<a href="https://repology.org/project/clipboard/versions"><img src="https://repology.org/badge/vertical-allrepos/clipboard.svg" alt="Packaging status"></a>

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 ..`.
Expand All @@ -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**

<a href="https://repology.org/project/clipboard/versions"><img src="https://repology.org/badge/vertical-allrepos/clipboard.svg" alt="Packaging status"></a>

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.
Expand Down

0 comments on commit b92f829

Please sign in to comment.