Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

make docs - lein not found #11662

Closed
aaronmarkham opened this issue Jul 12, 2018 · 2 comments
Closed

make docs - lein not found #11662

aaronmarkham opened this issue Jul 12, 2018 · 2 comments

Comments

@aaronmarkham
Copy link
Contributor

Lein needs to be added to the docs build instructions.

If you're stuck on this error, do this:

wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod 775 lein
sudo cp lein /usr/local/bin

Or some directory that is in your $PATH. Then re-run, and you should be good to go.

I'll submit a PR to add this to the instructions.

@aaronmarkham
Copy link
Contributor Author

I'm going to wait until this PR is merged: #11590
Then I can use the installation script I made for the Ubuntu deps as a base rather than starting from scratch.

@apeforest
Copy link
Contributor

@sandeep-krishnamurthy Please label this Build, Documentation

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

No branches or pull requests

2 participants