Skip to content

Commit 28aeaa9

Browse files
kinowmr-c
authored andcommitted
Typo and maybe an extra line about licensee
1 parent c78f24c commit 28aeaa9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
122122
gem 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

0 commit comments

Comments
 (0)