From f035b0182383c27f198da86de681f2c40f69ceac Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:20:23 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e610cad..01f8672 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,10 @@ bash Miniconda3.sh ``` Source: https://educe-ubc.github.io/conda.html -#### 0.1 (Ubuntu) Install build tools +#### 0.1 (Ubuntu/WSL) Install build tools + ``` -sudo apt-get update && sudo apt-get install build-essential +sudo apt install build-essential ```