Skip to content

Commit

Permalink
Added installation section to README - currently only specifies insta…
Browse files Browse the repository at this point in the history
…lling with cargo
  • Loading branch information
T-Fowl committed Oct 4, 2023
1 parent a2f4ead commit ed001c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Simple tool to download all receipts from [everyday rewards](https://www.woolwor
This tool will download the pdf receipt as well as store the api response of the transaction alongside as json.
This sidecar file is useful as it contains the itemisation for the receipt - negating the need to strip text from the pdfs.

## Installation

If you are a Rust developer you can install from crates.io

`cargo install everyday-rewards-receipts`


## Usage
Expand Down Expand Up @@ -72,4 +77,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
```

0 comments on commit ed001c8

Please sign in to comment.