Skip to content

Commit

Permalink
Readme verbiage added
Browse files Browse the repository at this point in the history
Signed-off-by: angela <[email protected]>
  • Loading branch information
angela-d committed Apr 5, 2019
1 parent acbdc97 commit 5e333bb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone https://github.com/angela-d/autohosts.git && cd autohosts && sudo ./au
To see which version you're running on your system: `grep "VERSION=" /usr/local/bin/autohosts`

v1.3.1 - present
- No core changes; Autohosts will update anything of significance on schedule; modification to the repo isn't necessary, unless you want any of the [minor changes](releases). You can confirm it's latest date of update by running: `grep "# Date:" /etc/hosts`
- No core changes; Autohosts will update the filters on your schedule; modification to the repo isn't necessary, unless you want any of the [minor changes](releases). You can confirm it's latest date of update by running: `grep "# Date:" /etc/hosts`

v1.3.0:
- A fresh install of Autohosts is recommended, due to the functional changes of custom filters
Expand All @@ -54,7 +54,7 @@ v1.1.0:
git clone https://github.com/angela-d/autohosts.git /tmp && cd autohosts ./autohosts
```

Versions prior to 1.1.0:
Versions prior to 1.1.0:

- Clone the repo to /tmp:
```bash
Expand All @@ -71,7 +71,16 @@ The script will take care of the rest!
***

## Adding custom filters
Custom filters are loaded to your home directory: `~/autohosts/custom_filters` or `/home/your_username/autohosts/custom_filters`
Custom filters are loaded to your home directory:

**Linux:**

`~/autohosts/custom_filters` or `/home/your_username/autohosts/custom_filters`


**MacOS**

`~/autohosts/custom_filters` or `/Users/your_username/autohosts/custom_filters`
- This file can be edited in your favorite text editor; command-line modifications are not necessary!

### Adjust the cron time
Expand Down

0 comments on commit 5e333bb

Please sign in to comment.