Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Removed change directory step
Browse files Browse the repository at this point in the history
  • Loading branch information
sindbach committed Jan 6, 2021
1 parent 17d8699 commit 1fee75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ In order to execute the code example, you need to specify `MONGODB_URI` environm
#### Execution
1. Run the compiled Go code example by following below steps:
* `cd ~/go`
* `go build -v -o getstarted`
* `./getstarted`
Expand All @@ -75,7 +74,6 @@ For running the code example in a different driver version from the one built on
```
1. Run the compiled Go code example by following below steps:
* `cd ~/go`
* `go build -v -o getstarted`
* `./getstarted`
Expand Down

0 comments on commit 1fee75c

Please sign in to comment.