Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions on how to use releases #63

Closed
emhohensee opened this issue Jul 18, 2020 · 2 comments
Closed

Instructions on how to use releases #63

emhohensee opened this issue Jul 18, 2020 · 2 comments

Comments

@emhohensee
Copy link

I'm totally new to crystal and I'm having trouble using this package. I tried downloading the source code release, running shards install, and then running crystal build src/micrate.cr --release in the directory. This builds an executable micrate file but when I try to use it, it does nothing and prints no help or error message.

I can see in the source code that it's supposed to print the help text if there are no arguments, but it's not even doing that.

@Serdnad
Copy link
Contributor

Serdnad commented Aug 12, 2020

@emhohensee To build an executable that can be run from a command line, take a look at this file https://github.com/amberframework/micrate/blob/master/examples/micrate.

Building src/micrate.cr just builds the library.

@drujensen Any chance the amber team could update homebrew?

@drujensen
Copy link
Member

This is fixed in v0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants