-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
smirko-dev
committed
Nov 14, 2020
1 parent
508444b
commit e4909fa
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -36,8 +36,8 @@ Icons are from https://materialdesignicons.com/ ([Apache license version 2.0](ht | |
``` | ||
git clone [email protected]:smirko-dev/fitbit-clockface.git | ||
cd fitbit-clockface | ||
npm add --dev @fitbit/sdk | ||
npm add --dev @fitbit/sdk-cli | ||
npm add --also=dev @fitbit/sdk | ||
npm add --also=dev @fitbit/sdk-cli | ||
npx fitbit-build generate-appid | ||
npx fitbit-build | ||
``` |