Update README.rst (#4167)

Fixes error when copy pasting.
This commit is contained in:
Abhai Kollara Dilip 2019-02-20 22:46:56 +00:00 committed by Philip Hyunsu Cho
parent 2aaae2e7bb
commit 54793544a2

View File

@ -28,8 +28,8 @@ Please install ``gcc@5`` from `Homebrew <https://brew.sh/>`_::
After installing ``gcc@5``, set it as your compiler::
export CC = gcc-5
export CXX = g++-5
export CC=gcc-5
export CXX=g++-5
Linux
-----