Skip to content

Commit 82188f8

Browse files
authored
Merge pull request #6 from psychoinformatics-de/integrate-sv
Get ready for publishing
2 parents 8f94947 + 3de71fb commit 82188f8

File tree

3 files changed

+377
-922
lines changed

3 files changed

+377
-922
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,19 @@ This is the main library behind [`shacl-vue`](https://github.com/psychoinformati
66

77
## Usage
88

9+
### Install from `npm`
10+
11+
```
12+
npm install shacl-tulip
13+
```
14+
15+
16+
### Install from latest source code
17+
918
Clone the source code:
1019

1120
```
12-
git clone https://github.com/psychoinformatics-de/shacl-tulip.git
21+
git clone https://github.com/psychoinformatics-de/shacl-tulip.git <path>
1322
```
1423

1524
Install the library into your virtual environment and project:
@@ -18,6 +27,8 @@ Install the library into your virtual environment and project:
1827
npm install --save <path>
1928
```
2029

30+
### Using `shacl-tulip`
31+
2132
Import and use `shacl-tulip` in your JavaScript code, for example:
2233

2334
```javascript

0 commit comments

Comments
 (0)