Skip to content

Commit

Permalink
changing layout of zip file
Browse files Browse the repository at this point in the history
- IMPROVED: package zip as a subdirectory
  • Loading branch information
ttscoff committed Aug 29, 2022
1 parent 0ffa617 commit a0706b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--GITHUB-->![Howzit banner image](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp)<!--END GITHUB-->
<!--JEKYLL{% img aligncenter 800 220 /uploads/2022/08/gatherheader-rb.jpg "Howzit banner image" %}-->

Current version: <!--VER-->2.0.9<!--END VER-->
Current version: <!--VER-->2.0.10<!--END VER-->

> **Note:** I'm currently having trouble figuring out how to make this tool work with Apple's macOS security when it's downloaded from the internet. See the installation notes below.
Expand Down Expand Up @@ -34,7 +34,7 @@ You can bypass the below rigamarole if you use `curl` or `wget` to download the

```
cd ~/Downloads
curl -O https://cdn3.brettterpstra.com/downloads/gather-cli-latest.zip
curl -O https://cdn3.brettterpstra.com/downloads/gather-cli<!--VER-->2.0.10<!--END VER-->.zip
```

Then you can unzip and move the gather CLI into your PATH.
Expand Down
2 changes: 1 addition & 1 deletion Sources/gather/gather.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ArgumentParser
import Foundation
import HTML2Text
import Readability
var VERSION = "2.0.10"
var VERSION = "2.0.11"

var disableReadability = false
var inline = false
Expand Down

0 comments on commit a0706b8

Please sign in to comment.