File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,18 @@ by default on `localhost:3030`
115
115
116
116
#### Ruby and Licensee
117
117
118
- To retrieve license information, CWL Viewe uses the [Licensee](https://github.com/licensee/licensee) Ruby Gem. To install it,
118
+ To retrieve license information, CWL Viewer uses the [Licensee](https://github.com/licensee/licensee) Ruby Gem. To install it,
119
119
[configure Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your environment and then run
120
120
121
121
```bash
122
122
gem install licensee
123
123
```
124
124
125
+ You may use a dependency from your operating system package manager if you
126
+ prefer too, e.g. ` ruby-licensee ` for Ubuntu LTS 22.04.1.
127
+
128
+ Before running Maven, try running ` licensee ` in the command-line to verify
129
+ it was installed successfully.
125
130
126
131
## Compiling and Running
127
132
You can’t perform that action at this time.
0 commit comments