Skip to content

Commit 9197350

Browse files
authored
Update README.md
1 parent 717db01 commit 9197350

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
# clippy
22

3-
![Electron.js](https://img.shields.io/badge/Electron-191970?style=for-the-badge&logo=Electron&logoColor=white)
4-
[![Open in Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)](https://open.vscode.dev/rept0id/clippy)
5-
[![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/rept0id/clippy/releases/tag/publish)
6-
[![Mac](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)](https://github.com/rept0id/clippy/releases/tag/publish)
7-
[![Version](https://img.shields.io/badge/version-1.0.1-blue?style=for-the-badge&logo=verizon&logoColor=white)](https://github.com/rept0id/clippy/releases/tag/publish)
8-
93
![Screenshot](https://github.com/rept0id/clippy/blob/clippy_main/assets/img/screenshot1.png?raw=true)
104

115
Clippy returns, now empowered by Electron !
126

13-
# Usage
14-
15-
## How to start
7+
# How to use
168

179
Once you download one of the releases, simply run the executable.
10+
1811
Else, you can download source code, run `npm i` and then `npm run`.
1912

2013
# Build
2114

2215
There are build scripts located on package.json.
16+
2317
For Linux :
18+
2419
`npm run build_linux`
20+
2521
For Windows :
26-
`npm run build_win`
27-
`npm run build_win_portable`
22+
23+
`npm run build_win`, `npm run build_win_portable`

0 commit comments

Comments
 (0)