Skip to content

Commit

Permalink
Add information about build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdika committed May 5, 2020
1 parent a47d2fc commit 3e75a85
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,28 @@ head -n10 0.00s user 0.00s system 0% cpu 24.141 total

It is faster!

## Installation

### Linux

_Coming soon.._

### MacOS

_Coming soon.._

## Build from source

Install [Crystal](https://crystal-lang.org/install/) language and its pre requirement.

```bash
git clone https://github.com/mkdika/lff-cr.git
cd lff-cr/
shards build --production --release
```

The built binary will be available as `./bin/lff`

## Contributing

1. Fork it (<https://github.com/mkdika/lff-cr/fork>)
Expand Down
Binary file removed lff
Binary file not shown.

0 comments on commit 3e75a85

Please sign in to comment.