Skip to content

Commit

Permalink
MB-8725 Fix some wording to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-lee committed Jul 23, 2021
1 parent 5654c20 commit 3573fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ You can checkout this repository by running
git clone [email protected]:transcom/mymove.git
```

Please check out the code in a directory like `~/Projects/mymove` and NOT in your `$GOPATH`. As an example:
Please check out the code in a directory like `~/Projects/mymove`. You can check the code out anywhere EXCEPT
inside your `$GOPATH`. As an example:

```shell
mkdir -p ~/Projects
Expand All @@ -208,8 +209,7 @@ git clone [email protected]:transcom/mymove.git
cd mymove
```

You will then find the code at `~/Projects/mymove`. You can check the code out anywhere EXCEPT inside your `$GOPATH`.
So this is customization that is up to you.
You will then find the code at `~/Projects/mymove`.

#### Setup: Editor Config

Expand Down

0 comments on commit 3573fd2

Please sign in to comment.