Skip to content

Commit b4ad7bd

Browse files
RandallFlaggLeaVerou
authored andcommitted
Added an installation section (LeaVerou#17129)
* Added an installation section * Installation section added
1 parent d28069d commit b4ad7bd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ http://leaverou.github.io/awesomplete/
88

99
Awesomplete is an ultra lightweight, customizable, simple autocomplete widget with zero dependencies, built with modern standards for modern browsers.
1010

11+
## Installation
12+
There are a few ways to obtain the needed files.
13+
Here are 2 of them:
14+
1. CDN server
15+
16+
```sh
17+
https://cdnjs.com/libraries/awesomplete
18+
```
19+
20+
2. Another way to get up and running is by using `yarn` or `npm`:
21+
22+
```sh
23+
yarn add awesomplete
24+
```
25+
26+
```sh
27+
npm install awesomplete --save
28+
```
29+
30+
More information about the npm package can be found [here](https://www.npmjs.com/package/awesomplete).
1131

1232
## Basic Usage
1333

0 commit comments

Comments
 (0)