-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
README install options are too complicated #41
Comments
The zipfile-based approach needs to be totally separated so it's obvious it's a different path, might be out of date, best for zero-setup, etc. |
Why not include a copy of the |
That's a really interesting idea I hadn't thought of. The initial reason for the zipfile releases was for conferences/workshops where I couldn't count on having internet connections, but maybe that's just a 3rd use case...) |
Also seems the recommendation to make a fork so you can utilize the network tab are no longer good either. "Couldn’t load network graph. Too many forks to display." Thanks, Github! |
On OS X, the recommended instructions should probably be:
|
There should be exactly two blessed ways to run the koans. Using lein 2 is a good idea to get people a good REPL and have them ready to actually do things when they're done w/ the koans. But there's also a lot of value in the easy zipfile-based approach where you just download, unzip, and go.
Calling those 2 paths out specifically would probably help, so people can follow one thread rather than searching for their option in every section.
The text was updated successfully, but these errors were encountered: