-
Notifications
You must be signed in to change notification settings - Fork 76
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
Improve explanation of loading project baseline from local directory with gitlocal prefix #340
Comments
@jecisc Hi Cyril! Can you comment add a reply here, if you have a knowledge of how |
Hi,
|
I've used it with $ git clone $GIT_URL_OF_PROJECT
$ cd $NAME_OF_PROJECT
$ run pharo from there (create image, load code… as it should be) |
So I would assume, semantically it does not look anyhow different to |
I guess. so it need to be a GitHub repo and not a standalone folder with sources, but you don’t have to care about the format it seems. We can add that to the doc. I’ll try to do it at some point today or tomorrow |
Currently section about loading MC project from local directory, contains just explanation of 2 prefixes:
tonel
, orfiletree
. See:But there is a 3rd option to use:
gitlocal://
prefix. How this is different to these two? Isgitlocal
specifying relative directory and implicit format is tonel?The text was updated successfully, but these errors were encountered: