From cb339e149179f3ec13ebcd5f0b0a4e8f66a0aa90 Mon Sep 17 00:00:00 2001 From: bedupako12mas <141558656+bedupako12mas@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:48:32 +0530 Subject: [PATCH] Update InstallationAndUsage.rst Fixed a minor typo in the installation commands for Building from source LLVM, Clang and Clad (development environment) --- docs/userDocs/source/user/InstallationAndUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userDocs/source/user/InstallationAndUsage.rst b/docs/userDocs/source/user/InstallationAndUsage.rst index 6814bccb9..d63bcf4ad 100644 --- a/docs/userDocs/source/user/InstallationAndUsage.rst +++ b/docs/userDocs/source/user/InstallationAndUsage.rst @@ -60,7 +60,7 @@ Building from source LLVM, Clang and Clad (development environment) sudo -H pip install lit git clone https://github.com/llvm/llvm-project.git src - cd src; git chekout llvmorg-13.0.0 + cd src; git checkout llvmorg-13.0.0 cd /tools git clone https://github.com/vgvassilev/clad.git clad cd ../../../