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`
115115
116116#### Ruby and Licensee
117117
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,
119119[configure Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your environment and then run
120120
121121```bash
122122gem install licensee
123123```
124124
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.
125130
126131## Compiling and Running
127132
You can’t perform that action at this time.
0 commit comments