Update /docs and /install

This commit is contained in:
Richard Feldman 2023-11-17 11:13:29 -05:00
parent afba36572b
commit 3fc701455f
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B
2 changed files with 5 additions and 9 deletions

View File

@ -4,14 +4,10 @@ Builtin Package - [docs](https://www.roc-lang.org/builtins)
Basic-CLI Platform - [repo](https://github.com/roc-lang/basic-cli) - [docs](https://www.roc-lang.org/packages/basic-cli)
## Guides
### [Guides](#guides) {#guides}
[Frequently Asked Questions](https://github.com/roc-lang/roc/blob/main/FAQ.md)
[Tutorial](/tutorial)
[FAQ (Frequently Asked Questions)](https://github.com/roc-lang/roc/blob/main/FAQ.md)
[Roc for Elm Programmers](https://github.com/roc-lang/roc/blob/main/roc-for-elm-programmers.md)
## Language Reference
<!-- TODO Develop a Short language reference, move stuff out of tutorial e.g. de-sugaring table, keywords -->

View File

@ -1,4 +1,4 @@
# Install Roc
# Install
Roc is a very young language with many incomplete features and known bugs. It doesn't even have a numbered release yet, but it does have [nightly builds](https://github.com/roc-lang/roc/releases) that you can download if youd like to try it out without [building from source](https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md)!