-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-8725 Fix some wording to make it clearer
- Loading branch information
1 parent
5654c20
commit 3573fd2
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|