readability of README

pull/2/head
Jacob Barthelmeh 2016-05-04 11:37:51 -06:00
parent 1f3805fcbb
commit e5ee82d850
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MYSQL 5.6.30 can be found at https://dev.mysql.com/downloads/mysql/. Click on "L
To run patch copy wolfssl-mysql-5.6.30.patch into the same directory with current MYSQL source code. (On mac this is something like /usr/local/src/) To run patch copy wolfssl-mysql-5.6.30.patch into the same directory with current MYSQL source code. (On mac this is something like /usr/local/src/)
From the terminal in the same direcotry containing current MYSQL source code run From the terminal in the same direcotry containing current MYSQL source code run
``` ```
patch -p1 < <directory of>/wolfssl-mysql-5.6.30.patch patch -p1 < [directory of]/wolfssl-mysql-5.6.30.patch
``` ```
To build using updated SSL make MYSQL with the command To build using updated SSL make MYSQL with the command
``` ```