diff options
author | Patrick Roth <roth@stettbacher.ch> | 2019-10-23 08:11:40 +0200 |
---|---|---|
committer | Patrick Roth <roth@stettbacher.ch> | 2019-10-23 08:11:40 +0200 |
commit | 83fd6b16ab5a953bc61b553e5adf8a864cb9585d (patch) | |
tree | 11b8aa9a58b8f8ebb02893ebbe7bcb8a303f79f1 | |
parent | target release_minGW64 headers dir changed (diff) | |
download | o3000-driver-83fd6b16ab5a953bc61b553e5adf8a864cb9585d.tar.gz o3000-driver-83fd6b16ab5a953bc61b553e5adf8a864cb9585d.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ pacman -Su ``` Install several tools for software development and building O-3000 libraries and applications. -This will install 32 and 64 bit toolchains: +This will install 32-bit and 64-bit toolchains: ``` pacman -S base-devel git @@ -68,7 +68,7 @@ Exit MSYS2-shell and run MSYS2-MinGW-shell located here: C:\Users\<USER>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MSYS2 64bit ``` -You can choose between a 32 and 64 bit platform. Choose whichever you prefer. +You can choose between a 32-bit and 64-bit platform. Choose whatever you need. Build O-3000 Driver: |