idiot question: how do I install this locally? #200
-
I have got this running successfully with the no-installation method, which seems to pull all the needed files down before starting up. How do I install a local copy which would skip that step? |
Beta Was this translation helpful? Give feedback.
Answered by
akosbalasko
Mar 20, 2021
Replies: 1 comment 2 replies
-
Hi @seatrout , you can clone this repository to have all the code of Yarle, and then it can be built locally by typing Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, the online one gets the latest release. But you can clone the repo and checkout the master, you can get the latest changes if you keep your local branch updated by
git pull
, independently from the change was released or not. So in this sense it provides a more fresh version of the code.