Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickytan authored Apr 21, 2022
1 parent 79d890d commit 87f2410
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ Open Preference of Xcode, search **xpaste** in **Key Bindings** tab.

![image](https://user-images.githubusercontent.com/1250207/46782797-3e410780-cd5a-11e8-84eb-80cd3b28e514.png)

## Steps to make it running
```bash
sudo spctl --master-disable
sudo xattr -rd com.apple.quarantine /Applications/XPaste.app
xcode-select --install
codesign --force --deep --sign - /Applications/XPaste.app
```

## License
```
MIT License
Expand Down

0 comments on commit 87f2410

Please sign in to comment.