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

Fix mix command line calls in README.md #45

Closed
wants to merge 1 commit into from

Conversation

rrrene
Copy link
Contributor

@rrrene rrrene commented Jun 18, 2016

This is coming along nicely 👍

One thing I noticed: It seems to me these command line calls are off, as there is no mix cachex task after cloning and compiling the project.

@whitfin
Copy link
Owner

whitfin commented Jun 19, 2016

@rrrene thanks :)

However... there is a mix cachex task, are you sure you're on the latest master? I just tried a fresh clone and it was fine.

$ cd /tmp
$ git clone [email protected]:zackehh/cachex.git
$ cd cachex
$ mix deps.get
$ mix cachex test

The changes to the commands you make wouldn't run because Cachex requires slave nodes started before any test runs.

Can you give it another shot?

For what it's worth, Travis uses that task.

@rrrene
Copy link
Contributor Author

rrrene commented Jun 19, 2016

Ah, my bad, was before my fist coffee :(

In my defense: mix cachex does not show up in mix -h

@rrrene rrrene closed this Jun 19, 2016
@whitfin
Copy link
Owner

whitfin commented Jun 19, 2016

@rrrene no problem!

Is there some trick to getting it to show up with mix -h? I've tried this before and noticed that it's not included.

@rrrene
Copy link
Contributor Author

rrrene commented Jun 19, 2016

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

Successfully merging this pull request may close these issues.

None yet

2 participants