31 lines
248 B
Markdown
31 lines
248 B
Markdown
# Lorem
|
|
|
|
Lorem ipsum generator. Run on Linux, IOS and Windows.
|
|
|
|
## Usage
|
|
|
|
Generates 5 words:
|
|
|
|
```
|
|
lorem -w 5
|
|
```
|
|
|
|
Generates 4 paragraphs:
|
|
|
|
```
|
|
lorem -p 4
|
|
```
|
|
|
|
Generates 3 sentences:
|
|
|
|
```
|
|
lorem -s 3
|
|
```
|
|
|
|
## Build
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
Then check `build/`.
|