Skip to content

Commit a47ec8f

Browse files
committed
Get rid of non-ascii chars
1 parent 0ee637c commit a47ec8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

99appendices/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ On RedHat based systems:
2323

2424
Again, install the appropriate package with apt-get or yum (`subversion`)
2525

26-
## CMake ##
26+
## CMake ##
2727

2828
Again, install the appropriate package with apt-get or yum (`cmake`)
2929

99appendices/windows.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install [msysgit](http://code.google.com/p/msysgit/downloads/list?q=full+install
1111

1212
Then install the [GitHub for Windows client](http://windows.github.com/).
1313

14-
## Subversion
14+
## Subversion
1515

1616
Install [subversion](http://sourceforge.net/projects/win32svn/)
1717

@@ -39,13 +39,13 @@ It should install MinGW's package manager. On the left, select ``Basic Setup``,
3939
``mingw-gcc-g++`` and ``msys-base``. On some systems these package
4040
might be selected from start. Finally, click the installation menu and ``Apply Changes``.
4141

42-
## Locating your install
42+
## Locating your install
4343

4444
Now, we need to find out where Git and Notepad++ have been installed, this will be either in
4545
`C:/Program Files (x86)` or in `C:\ProgramFiles`. The former is the norm on more modern versions of windows.
4646
If you have the older version, replace `Program\ Files\ \(x86\)` with `Program\ Files` in the instructions below.
4747

48-
## Telling Shell where to find the tools
48+
## Telling Shell where to find the tools
4949

5050
We need to tell the new shell installed in this way where git and Notepad++ are.
5151

lessons/01scaffold.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ g++ hello_world.cpp
6969

7070
However, this is misleading: directly using the compiler without a build tool will eventually become too difficult and cause a mess.
7171

72-
## Using CMake
72+
## Using CMake
7373

7474
Therefore, we are starting you off with a working scaffold, using the build tool **CMake** which hides a lot of the complexity of the compiling and linking process.
7575

0 commit comments

Comments
 (0)