Skip to content

Commit

Permalink
Update InstallationAndUsage.rst
Browse files Browse the repository at this point in the history
Fixed a minor typo in the installation commands for Building from source LLVM, Clang and Clad (development environment)
  • Loading branch information
bedupako12mas authored and vgvassilev committed Feb 20, 2024
1 parent 97e4092 commit 8d52a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userDocs/source/user/InstallationAndUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../../
Expand Down

0 comments on commit 8d52a36

Please sign in to comment.