Skip to content

Commit

Permalink
Created executable for download
Browse files Browse the repository at this point in the history
  • Loading branch information
404answernotfound committed May 27, 2023
1 parent e9bb974 commit 365e920
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.vscode
.vscode
build
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ This is built in `rust`

## Usage

### Install it

Unzip the `loremclipsum.tar.gz` and `mv` the executable so that it can be found in your `$PATH` variable.

```
mv loremclipsum /usr/local/bin/
chmod +x /usr/local/bin/loremclipsum
loremclipsum
```
### Build it

Install `rust` on your systems. Run `cargo install --path [a path of your choice]`.

Use the cli:
Expand Down
Binary file added loremclipsum.tar.gz
Binary file not shown.

0 comments on commit 365e920

Please sign in to comment.