-
Notifications
You must be signed in to change notification settings - Fork 19
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
Restructuring Installation Section #202
Conversation
46b8d77
to
532ccaa
Compare
I've looked at this, but I'm not sure I agree that most users would first look for the CLI tools. My guess is that most people are interested in the VS Code extension... I've also requested a review from @cmnrd since he most recently worked on these docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think that we shouldn't change the order. Could you concert it back to the old order?
|
||
``` | ||
cargo install lingua-franca | ||
PATH = $PATH:~/.cargo/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be an export command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the export is not necessary ;D it also works without it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, right. It doen't work with the spaces around the =
though.
PATH = $PATH:~/.cargo/bin | |
PATH=$PATH:~/.cargo/bin |
|
||
If you'd like to contribute to Lingua Franca, you can find details about the recommended developer setup here. | ||
|
||
## Lingo the Lingua-Franca Package-Manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Lingo the Lingua-Franca Package-Manager | |
## Lingo |
Ok will revert to old order. |
Closing this issue, because the only thing this pr did was changing the order |
Didn't this also add install instructions for lingo? Those are currently missing on the website. |
Things Done
this reorders a couple of sections:
1.) Lingua-Franca Compiler (LFC)
2.) Lingo
3.) VScode
4.) Epoch
I changed the ordering because most of the people are interested in installing the compiler, so this should be definitely the first section.