Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Fast, script-friendly CLI for Gmail, Calendar, Chat, Classroom, Drive, Docs, Sli
### Homebrew

```bash
brew install steipete/tap/gogcli
brew install gogcli
```
### Arch User Repository

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1>
</div>
<div class="term__body">
<pre class="term__pre"><code id="demo">
$ brew install steipete/tap/gogcli
$ brew install gogcli
$ gog auth credentials ~/Downloads/client_secret.json
$ gog auth add you@gmail.com

Expand Down Expand Up @@ -136,13 +136,13 @@ <h1>
<div class="wrap section__grid">
<div>
<h2>Install</h2>
<p class="muted">Homebrew tap, or build from source.</p>
<p class="muted">Homebrew, or build from source.</p>
</div>

<div class="cols">
<div class="card block">
<h3>Homebrew</h3>
<pre class="code"><code>brew install steipete/tap/gogcli</code></pre>
<pre class="code"><code>brew install gogcli</code></pre>
</div>
<div class="card block">
<h3>From source</h3>
Expand Down