From d52063c229afd6bb435eec713b1a9ee46c6bafa8 Mon Sep 17 00:00:00 2001 From: Ailing Date: Tue, 29 Nov 2022 12:13:37 +0800 Subject: [PATCH] Update docs/lang/articles/contribution/dev_install.md Co-authored-by: Olinaaaloompa <106292061+Olinaaaloompa@users.noreply.github.com> --- docs/lang/articles/contribution/dev_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/articles/contribution/dev_install.md b/docs/lang/articles/contribution/dev_install.md index 69ca7e7d0cf0a..a19371ca2695c 100644 --- a/docs/lang/articles/contribution/dev_install.md +++ b/docs/lang/articles/contribution/dev_install.md @@ -72,7 +72,7 @@ Installation instructions vary depending on which operating system (OS) you are
-Taichi supports building from source with any clang compiler greater than version 8.0, please install one from your favorite package tool for the operating system. For example, you can use `apt` on Ubuntu, `brew` on macOS and so on. +Taichi supports building from source with any clang compiler greater than version 8.0. Install one from your favorite package tool for the operating system. For example, you can use `apt` on Ubuntu, `brew` on macOS, and so on.