Skip to content

Commit

Permalink
docs(tip): remove 'go get' recommendation, rebuild docs (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Mar 7, 2020
1 parent 1073e3b commit 0ac7dab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/tip/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ For a more general usage guide, refer to the [Inertia Usage Guide](https://inert

For documentation regarding the daemon API, refer to the [API Reference](https://inertia.ubclaunchpad.com/api).

* Generated: 2020-Mar-04
* Version: v0.6.0-preview2-6-g729e2dc
* Generated: 2020-Mar-06
* Version: v0.6.0-preview2-11-g795ed90
2 changes: 1 addition & 1 deletion docs/tip/cli/inertia_remote_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inertia remote upgrade dev staging
```
--all upgrade all remotes
-h, --help help for upgrade
--version string specify Inertia daemon version to set (default "v0.6.0-preview2-6-g729e2dc")
--version string specify Inertia daemon version to set (default "v0.6.0-preview2-11-g795ed90")
```

### Options inherited from parent commands
Expand Down
5 changes: 0 additions & 5 deletions docs/tip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,6 @@ <h1 id='getting-started'>Getting Started</h1>
<pre class="highlight shell tab-shell"><code>scoop bucket add ubclaunchpad https://github.com/ubclaunchpad/scoop-bucket
scoop install inertia
</code></pre>
<blockquote>
<p>To build and install the CLI from source:</p>
</blockquote>
<pre class="highlight shell tab-shell"><code>go get -u github.com/ubclaunchpad/inertia
</code></pre>
<p>The Inertia command line interface (CLI) can be installed from a few package
managers such as npm, Homebrew and Scoop. For other platforms, you can
<a href="https://github.com/ubclaunchpad/inertia/releases">download the appropriate binary from the Releases page</a>.</p>
Expand Down
6 changes: 0 additions & 6 deletions docs_src/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ scoop bucket add ubclaunchpad https://github.com/ubclaunchpad/scoop-bucket
scoop install inertia
```

> To build and install the CLI from source:
```shell
go get -u github.com/ubclaunchpad/inertia
```

The Inertia command line interface (CLI) can be installed from a few package
managers such as npm, Homebrew and Scoop. For other platforms, you can
[download the appropriate binary from the Releases page](https://github.com/ubclaunchpad/inertia/releases).
Expand Down

0 comments on commit 0ac7dab

Please sign in to comment.