Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
The README.md has been updated; information on how to download GTM via Homebrew and Linuxbrew has been added.
  • Loading branch information
Korne127 committed Jan 10, 2022
1 parent f99c75b commit e332b0b
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,34 @@
![Develop](https://github.com/DEVELOPEST/gtm-core/workflows/Develop/badge.svg?branch=develop)

## Installation
See wiki: https://github.com/DEVELOPEST/gtm-core/wiki/Installation

### macOS

The simplest way to install is to use [Homebrew](http://brew.sh)

```
brew tap developest/gtm
brew install gtm
```

### Windows

Download and run the Windows installer (.msi file) from [here](https://github.com/DEVELOPEST/gtm-core/releases/latest)

### Linux

The simplest way to install is to use [Linuxbrew](http://linuxbrew.sh/)

```
brew tap developest/gtm
brew install gtm
```

### Manual install

To install GTM manually on macOS, Windows or Linux, read the wiki: https://github.com/DEVELOPEST/gtm-core/wiki/Installation

## GTM

##### $ gtm report -last-month
<div><img src="https://cloud.githubusercontent.com/assets/630550/21582250/8a03f9dc-d015-11e6-8f77-548ef7314bf7.png"></div>
Expand Down

0 comments on commit e332b0b

Please sign in to comment.