[docs] Tweak the example to match what is apparantly the desired form
authorChandler Carruth <chandlerc@gmail.com>
Fri, 28 Feb 2014 12:14:56 +0000 (12:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 28 Feb 2014 12:14:56 +0000 (12:14 +0000)
for the style templates we're using.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202494 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 1321f0863ce680d454db57a2a933044a0532e296..780f105e75f7a07702d737ed2c7f9ae2cef3006c 100644 (file)
@@ -313,16 +313,16 @@ Easy steps for installing GCC 4.8.2:
 
 .. code-block:: console
 
 
 .. code-block:: console
 
-  wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2
-  tar -xvjf gcc-4.8.2.tar.bz2
-  cd gcc-4.8.2
-  ./contrib/download_prerequisites
-  cd ..
-  mkdir gcc-4.8.2-build
-  cd gcc-4.8.2-build
-  %PWD/../gcc-4.8.2/configure --prefix=$HOME/toolchains --enable-languages=c,c++
-  make -j$(nproc)
-  make install
+  wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2
+  tar -xvjf gcc-4.8.2.tar.bz2
+  cd gcc-4.8.2
+  ./contrib/download_prerequisites
+  cd ..
+  mkdir gcc-4.8.2-build
+  cd gcc-4.8.2-build
+  % $PWD/../gcc-4.8.2/configure --prefix=$HOME/toolchains --enable-languages=c,c++
+  make -j$(nproc)
+  make install
 
 For more details, check out the excellent `GCC wiki entry`_, where I got most
 of this information from.
 
 For more details, check out the excellent `GCC wiki entry`_, where I got most
 of this information from.