Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahtsai authored Jun 17, 2021
1 parent 58851d5 commit 5d6dd21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ Sketch.App Patch Tool, brought to you by [@duraki](https://github.com/duraki) &
* Open your MacOS Terminal (`Cmd+Space`, type **Terminal**)
* Type the commands below
* Download or clone this repository

```
cd $HOME && git clone https://github.com/duraki/SketchCrapp
```
* Make script executable

```
cd $HOME/SketchCrapp && chmod +x sketchcrapp.sh
```
Expand All @@ -33,11 +31,10 @@ cd $HOME/SketchCrapp && ./sketchcrapp.sh
## Magic Trick ✨
For the people who would like to try the new version, we got you covered. You can pass `-m` argument for the ultimate life-saving trick, which will automagically download latest Sketch app from the official website and patch the bundle, ready to be launched from the Applications folder.
#### One-liner
One-liner script to install latest Sketch version and automatically patch it:<br />
One-liner script to install latest Sketch version and automatically patch it:
```
bash -c "$(curl -s https://raw.githubusercontent.com/duraki/SketchCrapp/master/sketchcrapp.sh -o -)" -O -m
```
<br /><br />
![magictrickimage](https://i.imgur.com/346CQK9.png)

<p align="center">Successful screenshot of using magic trick</p>
Expand Down

0 comments on commit 5d6dd21

Please sign in to comment.