From cee3a1e8e73489672f5d941b6401a7c174180625 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:51:11 +0100 Subject: [PATCH] typo --- getting_started/linux_x86.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/linux_x86.md b/getting_started/linux_x86.md index dc695db92f..5192845e66 100644 --- a/getting_started/linux_x86.md +++ b/getting_started/linux_x86.md @@ -1,4 +1,4 @@ -1. Download the latest nighly from the assets [here](https://github.com/rtfeldman/roc/releases). +1. Download the latest nightly from the assets [here](https://github.com/rtfeldman/roc/releases). 2. Untar the archive: ``` tar -xf roc_nightly-linux_x86_64-.tar.gz @@ -28,4 +28,4 @@ # C ./roc examples/hello-world/Hello.roc ``` -5. See [here](../README.md#examples) for the other examples. \ No newline at end of file +5. See [here](../README.md#examples) for the other examples.