How to Install
- 
2. Downloading LeiningenDownload Leiningen Script 
 First, access the Target:cd & cd Downloads And then Grab it with: wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein 
- 
3. Setting Up LeiningenRelocating Leiningen Script. - 
System Wide Installation (need Admin Privileges) sudo su -c "chown root:root ./lein && chmod a+x ./lein" sudo su -c "mv ./lein /usr/local/bin/" 
- 
Local Installation chmod a+x ./lein mkdir $HOME/bin mv ./lein $HOME/bin Test installation: which lein If No Output then: echo "export PATH=$PATH:$HOME/bin" > $HOME/.bashrc source $HOME/.bashrc 
 
- 
- 
4. Leiningen Getting StartedHow to Getting Started with Leiningen and Clojure on Fedora The Linked tutorial shows you step-by-step How to Getting Started with Leiningen and Clojure Hello-World App on Fedora. 
Contents
