[llvm] 23763dd - llvm doc: subversion isn't necessary in this example

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 18 03:46:11 PDT 2021


Author: Sylvestre Ledru
Date: 2021-09-18T12:42:09+02:00
New Revision: 23763dd7c9eaa5f85ff29cceac84d3911a8725fe

URL: https://github.com/llvm/llvm-project/commit/23763dd7c9eaa5f85ff29cceac84d3911a8725fe
DIFF: https://github.com/llvm/llvm-project/commit/23763dd7c9eaa5f85ff29cceac84d3911a8725fe.diff

LOG: llvm doc: subversion isn't necessary in this example

Added: 
    

Modified: 
    llvm/docs/MyFirstTypoFix.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/MyFirstTypoFix.rst b/llvm/docs/MyFirstTypoFix.rst
index 59c48ad2049f8..0ef59dda02a8f 100644
--- a/llvm/docs/MyFirstTypoFix.rst
+++ b/llvm/docs/MyFirstTypoFix.rst
@@ -72,7 +72,7 @@ As an example, on Ubuntu:
 
 .. code:: console
 
-   $ sudo apt-get install git clang cmake ninja-build python arcanist subversion
+   $ sudo apt-get install git clang cmake ninja-build python arcanist
 
 
 Building LLVM


        


More information about the llvm-commits mailing list