Skip to content

Commit a85b143

Browse files
committedJul 3, 2024·
chore: update readme
1 parent ca411c3 commit a85b143

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
CLI and API for accessing [MeroShare](https://meroshare.cdsc.com.np/)
44

5+
## Environment Varaibles
6+
7+
- DEMAT_ACCOUNT
8+
- DEMAT_PASSWORD
9+
10+
## Installation
11+
12+
```
13+
# install as global cli
14+
deno install -g --allow-env jsr:@util/meroshare
15+
16+
# add dependency
17+
npx jsr add @util/meroshare
18+
```
19+
520
## LICENSE
621

722
MIT

‎deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@util/meroshare",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"exports": "./mod.ts",
55
"tasks": {
66
"dev": "deno run --watch main.ts"

0 commit comments

Comments
 (0)
Please sign in to comment.