Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ It is made possible by [htmlwidgets](http://www.htmlwidgets.org/), which provide

## ♻️ Usage
### Installation
Install from GitHub:
Install devtools:
[Devtools](https://www.rdocumentation.org/packages/devtools) is a R package used to ease the installation and the development of other R packages.
It can be installed from the R console:
```r
install.packages('devtools')
```

Install **BPMN Visualization - R Package** from GitHub:
```r
devtools::install_github("process-analytics/bpmn-visualization-R")
library(bpmnVisualization)
Expand Down