Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 7, 2019
1 parent e438eab commit e3b3244
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,21 @@ Checks if we are in Gitpod
<h2>Install</h2>

<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<h4>Install Globally</h4>
<ul>
<li>Install: <code>npm install --global is-gitpod</code></li>
<li>Executable: <code>is-gitpod</code></li>
</ul>
<h4>Install Locally</h4>
<ul>
<li>Install: <code>npm install --save is-gitpod</code></li>
<li>Executable: <code>npx is-gitpod</code></li>
<li>Require: <code>require('is-gitpod')</code></li>
</ul>

<!-- /INSTALL -->


<h2>CLI Usage</h2>
The cli script `is-gitpod` either does nothing or fails with exit code 1.

Expand Down

0 comments on commit e3b3244

Please sign in to comment.