Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
locus313 authored Apr 8, 2022
1 parent 4f3faf7 commit b89bb97
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ macos-wireless-autoswitch
Automatically turn off wireless in macos when you connect to a LAN.

* [Installation](#installation)
* [Uninstall](#uninstall)
* [Update](#update)

Installation
------------
Expand All @@ -13,10 +15,26 @@ Requirements:

Clone the repo or download a source zip.

run the install script
run the install script with the install option

```bash
./install.sh i
```
./install.sh

Uninstall
------------
run the install script with the uninstall option

```bash
./install.sh ui
```

Update
------------
run the install script with the update option

```bash
./install.sh up
```

Authors & Contributors
Expand Down

0 comments on commit b89bb97

Please sign in to comment.