diff options
author | Steffen Vogel <post@steffenvogel.de> | 2017-02-09 19:08:21 -0300 |
---|---|---|
committer | Steffen Vogel <post@steffenvogel.de> | 2017-02-09 19:08:21 -0300 |
commit | a3f19f047c4f6fa659bfbb04524ffa42804a5d26 (patch) | |
tree | ecaf5d463068344dcfa2b7e982b1fcae5563edee | |
parent | 94c76f85da755e1d6bcba7d746deba2223016dcf (diff) | |
download | yosys-a3f19f047c4f6fa659bfbb04524ffa42804a5d26.tar.gz yosys-a3f19f047c4f6fa659bfbb04524ffa42804a5d26.tar.bz2 yosys-a3f19f047c4f6fa659bfbb04524ffa42804a5d26.zip |
Remove space after backslash
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies $ brew install bison flex gawk libffi \ git mercurial graphviz pkg-config python3 - $ sudo port install bison flex readline gawk libffi \ + $ sudo port install bison flex readline gawk libffi \ git mercurial graphviz pkgconfig python36 There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well |