forked from shipshapecode/shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation tutorial, remove esdocs
- Loading branch information
1 parent
b92391e
commit 0b56917
Showing
9 changed files
with
46 additions
and
527 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
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 |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
/cypress/ | ||
/dist/ | ||
/docs/shepherd.js/ | ||
/esdoc/ | ||
/node_modules/ | ||
/test/unit/dist | ||
/.DS_Store | ||
|
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
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,20 @@ | ||
### npm | ||
|
||
```bash | ||
npm install shepherd.js --save | ||
``` | ||
|
||
### yarn | ||
|
||
```bash | ||
yarn add shepherd.js | ||
``` | ||
|
||
### Install with Eager | ||
|
||
**Note: Eager is now Cloudflare Apps and likely does not currently work.** | ||
|
||
### GitHub Releases | ||
|
||
Whenever we release a new version, the contents of the `dist` are uploaded | ||
to the release in GitHub. You can find those assets [here](https://github.com/shipshapecode/shepherd/releases). |
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
Oops, something went wrong.