Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #382

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading