Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed May 18, 2018
1 parent caf3477 commit 80154f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ $ reboot
### Step 2
Boot back into macOS, then copy-paste the following into **Terminal**:
```bash
curl -L -s https://github.com/mayankk2308/purge-wrangler/releases/download/3.0.1/purge-wrangler.sh > purge-wrangler.sh;chmod +x purge-wrangler.sh;./purge-wrangler.sh;rm purge-wrangler.sh
curl -L -s https://github.com/mayankk2308/purge-wrangler/releases/download/3.0.2/purge-wrangler.sh > purge-wrangler.sh;chmod +x purge-wrangler.sh;./purge-wrangler.sh;rm purge-wrangler.sh
```

Note that you may change **3.0.1** to a different valid version in the above command.
Note that you may change **3.0.2** to a different valid version in the above command.

Alternatively, download [purge-wrangler.sh](https://github.com/mayankk2308/purge-wrangler/releases). Then run the following in **Terminal**:
```bash
Expand Down

0 comments on commit 80154f8

Please sign in to comment.