Skip to content

Commit 27b99a3

Browse files
authored
Update README.md (#2)
* Update README.md * Update index.md
1 parent 66b3f38 commit 27b99a3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Wrapper for TDLib’s C JSON [interface](https://core.telegram.org/tdlib/docs/td
1010

1111
## Installation
1212

13+
If you haven't installed our [local registry](https://github.com/bhftbootcamp/Green) yet, do that first:
14+
15+
```
16+
] registry add https://github.com//Green.git
17+
```
18+
1319
To install LibTDJSON, simply use the Julia package manager:
1420

1521
```julia

docs/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Wrapper for TDLib’s C JSON [interface](https://core.telegram.org/tdlib/docs/td
44

55
## Installation
66

7+
If you haven't installed our [local registry](https://github.com/bhftbootcamp/Green) yet, do that first:
8+
9+
```
10+
] registry add https://github.com//Green.git
11+
```
12+
713
To install LibTDJSON, simply use the Julia package manager:
814

915
```julia

0 commit comments

Comments
 (0)