1
0
дзеркало https://github.com/coolaj86/ajquery.js.git synced 2024-11-16 17:29:02 +00:00

doc: add copy-paste local install instructions

This commit is contained in:
AJ ONeal 2022-06-07 13:17:58 -06:00 зафіксовано GitHub
джерело 100f70f047
коміт ceda8242d9
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 4AEE18F83AFDEB23

@ -7,6 +7,22 @@ Production Build: 103B (min + gz)
## Install
### via GitHub
```bash
my_ver="v2.1.2"
mkdir ./vendor/
curl -fsSL "https://raw.githubusercontent.com/coolaj86/ajquery.js/${my_ver}/ajquery.js" \
-o ./vendor/ajquery.js
```
```html
<script src="/vendor/ajquery.js"></script>
```
### via CDN
```html
<script src="https://unpkg.com/ajquery"></script>
```