Skip to content

Commit 6fa552b

Browse files
authored
Update README.md
1 parent 393eca8 commit 6fa552b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Distributed table structures and data manipulation operations built on top of [D
88
[![Coverage](https://codecov.io/gh/juliaparallel/DTables.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/juliaparallel/DTables.jl)
99
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
1010

11+
# Installation
12+
13+
The package is not registered yet, but you can add it to your environment using the repository url:
14+
15+
```julia
16+
]add https://github.com/JuliaParallel/DTables.jl
17+
```
18+
1119
# Usage
1220

1321
Below you can find a quick example on how to get started with DTables.

0 commit comments

Comments
 (0)