Skip to content

Commit

Permalink
docs: Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Quartzic authored Dec 10, 2020
1 parent 9a31a0b commit dcda1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Run `helium --input <photo_path>` to crop a photo using the defaults.
```
git clone https://github.com/Quartzic/helium.git
cd helium
cmake --build .
cmake . && cmake --build .
```

# Requirements
Expand Down

0 comments on commit dcda1d9

Please sign in to comment.