Skip to content

Commit

Permalink
Update README.md (#382)
Browse files Browse the repository at this point in the history
Edit Steps for Manual Build
  • Loading branch information
rsh-yam authored Dec 21, 2023
1 parent f17e94f commit d5d2e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The following sections explain the process for manually building mux without Doc
2. Install [MySQL](http://dev.mysql.com/downloads/mysql), [Oracle](https://www.oracle.com/index.html) or [PostgresSQL](https://www.postgresql.org/download/).
3. Install the [MySQL driver](https://github.com/go-sql-driver/mysql), [Oracle driver](https://github.com/go-goracle/goracle) and the [PostgreSQL driver](https://github.com/lib/pq)
4. Install Oracle instant client.
5. Install GCC.

### Build Binaries

Expand All @@ -89,7 +90,7 @@ The following sections explain the process for manually building mux without Doc
Clone the source code from [github](https://github.com/paypal/hera)
```
git clone git@github.com:paypal/hera src/github.com/paypal/hera
git clone https://github.com/paypal/hera src/github.com/paypal/hera
```
Option 2
Expand All @@ -101,6 +102,7 @@ The following sections explain the process for manually building mux without Doc
```
3. Install the dependencies: MySQL, Oracle and PostgreSQL driver
```
cd src/github.com/paypal/hera
go get github.com/go-sql-driver/mysql
go get github.com/godror/godror
go get github.com/lib/pq
Expand Down

0 comments on commit d5d2e51

Please sign in to comment.