This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add homebrew instructions to Ampli overview page, code cleanup (#…
…975)
- Loading branch information
1 parent
c7c1cfd
commit 81039ec
Showing
3 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Install the Ampli CLI | ||
|
||
You can install the [Ampli CLI](/data/ampli/cli/) from Homebrew or NPM. | ||
|
||
=== "brew" | ||
|
||
```bash | ||
brew tap amplitude/ampli | ||
brew install ampli | ||
``` | ||
|
||
=== "npm" | ||
|
||
```bash | ||
npm install -g @amplitude/ampli | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters