Commit Graph

78 Commits

Author SHA1 Message Date
Anton-4
397872c3aa
remove macos 13 unsupported warning 2023-11-08 10:21:01 +01:00
Ayaz
cb6b36e218
Merge pull request #5936 from roc-lang/macos_nightly_curl
improve macos getting started
2023-10-27 09:38:05 -05:00
Anton-4
24a6694b50
curl URL fix 2023-10-27 14:01:16 +02:00
Anton-4
ecef221fe6
use curl for fewer steps
using curl prevents the roc can't be opened because Apple cannot check it...
2023-10-25 18:59:10 +02:00
Brendan Hansknecht
077672b058
update llvm and zig version in all locations 2023-10-23 13:50:32 -07:00
Anton-4
d7a27acfd7
prevent+improve repl erros 2023-09-30 20:34:33 +02:00
Ch1n3du
06f92bf767 fix(getting_started): Updated file names in installation examples 2023-09-23 10:44:57 +01:00
Anton-4
1f88745528
add link zig download
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-05-13 16:08:27 +02:00
Anton-4
ef06e3c820
use better zig install instructions
I had done this for the macos getting started files but not for linux

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-05-13 16:06:12 +02:00
Kevin Gillette
0321f91c70
Kevin Gillette: markdown typo fixes
Luke Boswell: move Str.md as it looks more like a design doc than rust crate

Co-authored-by: Luke Boswell <lukewilliamboswell@gmail.com>
2023-04-10 14:07:03 -06:00
Anton-4
5f778ceb0d
ci was not triggering 2023-03-29 19:41:40 +02:00
Anton-4
56c9bcb676
remove unnecessary commands 2023-03-29 18:02:28 +02:00
Anton-4
940e3ef29a
remove out of date warning
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-03-29 17:51:28 +02:00
Anton-4
be25da70b3
new nightly folder structure 2023-01-23 15:12:47 +01:00
Anton-4
457d2d9a44
improve macos 13 warning
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-11 15:44:24 +01:00
Anton-4
edd97f5405
helloWolrd url platform, improve getting started 2022-12-27 13:46:48 +01:00
Anton-4
2d9d31a5bd
correct filename 2022-12-19 16:13:10 +01:00
Anton-4
8e44648eb4
improved getting started docs 2022-12-19 16:06:13 +01:00
Anton-4
b029775427
tutorial and docs improvements 2022-12-05 14:53:18 +01:00
Anton-4
5d4680b5d7
zig 0.9.1 homebrwe alternative 2022-12-04 09:32:38 +01:00
Anton-4
47f03cc8d7
improved macos getting started 2022-12-03 19:07:32 +01:00
Richard Feldman
4276345c7a
Delete TUTORIAL.md in favor of HTML version 2022-11-24 16:06:37 -05:00
Anton-4
706ecf063d
add zig version 2022-11-14 09:36:09 +01:00
Anton-4
502724cd03
fix windows getting started
This used to link to the closed issue about the windows surgical linker.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-28 13:41:02 +02:00
Anton-4
3dad6aba7c
moved platform-switching 2022-10-17 15:22:20 +02:00
Anton-4
44ec52218d
x86 should be x86_64 2022-10-08 19:46:44 +02:00
Anton-4
dacf542942
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-10-04 15:01:25 +02:00
Anton-4
f4596469d1
fix benchmarks link
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-03 16:39:05 +02:00
Anton-4
076190a217
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-09-24 16:55:37 +02:00
Anton-4
0ddc69e066
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-09-24 16:49:50 +02:00
Anton-4
0b6be7760a
macos tar fix 2022-09-23 18:21:23 +02:00
Ayaz Hafiz
e37109f7ea
Advertise larger Roc project ideas in CONTRIBUTING
This document summarizes larger implementation- or research-heavy
projects that may be suitable for someone who wants to contribute to Roc
via a self-contained project. Most of these projects are expected to
require sustained effort, which also makes them possibly suitable for
academic theses.

Feel free to message me on Zulip to get edit rights to the document!
2022-09-20 13:36:32 -05:00
Anton-4
5bae97e314
Merge pull request #4032 from doubledup/main
Update Apple Silicon instructions
2022-09-20 11:26:34 +02:00
Anton-4
f008d7916f
simplify commands
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-20 10:54:09 +02:00
Anton-4
fd0efe8f5f
extract tar to dir 2022-09-19 18:13:41 +02:00
David Dunn
b347552ce4
Add llvm@13 workaround 2022-09-13 23:26:42 +02:00
David Dunn
c56dfecef9
Fix tar command 2022-09-13 22:55:59 +02:00
David Dunn
c9b3e49aee
Add step to install llvm 2022-09-13 16:27:18 +02:00
David Dunn
47efb43ded
Fix untar commands
The MacOS `tar` command doesn't have the --one-top-level flag, so we
need to ensure that the target directory exists before extracting.
2022-09-13 16:27:03 +02:00
Jan Van Bruggen
527f39b8f2
Move Roc CLI testing examples to crates/ 2022-09-11 22:32:15 -06:00
Jan Van Bruggen
2eec200f09
Move helloWorld example up onto cli-platform 2022-09-11 22:22:50 -06:00
Jan Van Bruggen
c62f9ea522
Add explanations to installation guide sections 2022-09-06 23:24:24 -06:00
Jan Van Bruggen
7f1d9bf153
Reword "for examples" to "for apps" in installation guides 2022-09-06 23:15:00 -06:00
Bryce Miller
bc7d62e94c
move Zig example 2022-08-31 14:09:34 -04:00
Bryce Miller
6ccd00abf4
move C example 2022-08-31 14:05:43 -04:00
Bryce Miller
ec548d9143
Move Rust example 2022-08-31 13:21:53 -04:00
Jan Van Bruggen
fcb57e748a
Reformat the getting started guides
- Adhere to [this Markdown style
guide](https://github.com/DavidAnson/markdownlint).
- Simplify & clarify various steps.
2022-08-27 14:19:30 -06:00
Jan Van Bruggen
83a3421659
Add RPM/Fedora alternatives to Debian/Ubuntu commands
Signed-off-by: Jan Van Bruggen <JanCVanB@users.noreply.github.com>
2022-08-26 23:00:44 -06:00
Anton-4
df630e2ada
getting started: update zig version
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-08-26 18:19:08 +02:00
Marko Vujanic
13b74fd4eb
Update Tutorial Link
Maybe even move TUTORIAL.md to getting_started

Signed-off-by: Marko Vujanic <crashxx@gmail.com>
2022-08-15 13:58:40 +02:00