From: Misha Brukman
Date: Sat, 20 Nov 2004 01:27:40 +0000 (+0000)
Subject: If we're going to mention mv and cp, clearly, we also need `rm'
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=616bd059cba9a78bc60b8804bb156471157c3c7c;p=oota-llvm.git
If we're going to mention mv and cp, clearly, we also need `rm'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18026 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 24a8f23a070..924840adf07 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -426,6 +426,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
mkdir - create a directory
mv - move (rename) files
ranlib - symbol table builder for archive libraries
+ rm - remove (delete) files and directories
sed - stream editor for transforming output
sh - Bourne shell for make build scripts
tar - tape archive for distribution generation