sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Added alternative installation instruction

Open Zhomart opened this issue 7 years ago • 4 comments

This method might be convenient. And this instruction will be helpful to new developers.

Zhomart avatar May 15 '17 22:05 Zhomart

Thanks for this!

Does shards have an option for running a post-install script? I know that was in discussion before but am not sure if it has been implemented.

If thats the case, I would rather that tractive is compiled automatically and placed in the bin directory with the user having to manually place some command in a makefile

samueleaton avatar May 17 '17 16:05 samueleaton

What do you think if I change all ./sentry [options] examples to ./bin/sentry [options]?

I think binaries should be in ./bin/ directory.

Zhomart avatar May 17 '17 16:05 Zhomart

Can you share some examples of other crystal projects or guides where it is common to store binaries in a [project name]/bin directory?

samueleaton avatar May 22 '17 15:05 samueleaton

The official shards library puts binaries in ./bin/ folder. https://github.com/crystal-lang/shards/blob/master/SPEC.md#targets

Zhomart avatar May 22 '17 16:05 Zhomart