Skip to content

Commit

Permalink
Add recommendation and reword
Browse files Browse the repository at this point in the history
  • Loading branch information
djdv committed Feb 26, 2018
1 parent bf94b88 commit 68a28c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ https://golang.org/doc/code.html#GOPATH

## Choose the way you want to proceed
`go-ipfs` utilizes `make` to automate builds and testing, but can be built without it using only `git` and `go`.
The `make` portions cover setting up the environment, "minimal" assumes you have a working version of `go` and `git` already.
In any case if you encounter issues, please see the [Troubleshooting](#troubleshooting) section.
No matter which section you choose, if you encounter issues, please see the [Troubleshooting](#troubleshooting) section.
Using `make`:
These sections cover setting up the build environment, each option is equally valid and differ only in their setup process. If you have no preference or special requirements, MSYS2 is recommended as the first choice.
[MSYS2→](#msys2)
[Cygwin→](#cygwin)

Using build tools manually:
This section assumes you have a working version of `go` and `git` already setup. You may want to build this way if your environment restricts installing additional software, or if you are intigrating IPFS into your own build system.
[Minimal→](#minimal)


Expand Down

4 comments on commit 68a28c7

@GitCop
Copy link

@GitCop GitCop commented on 68a28c7 Feb 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

@GitCop GitCop commented on 68a28c7 Feb 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

@GitCop GitCop commented on 68a28c7 Feb 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

@GitCop GitCop commented on 68a28c7 Feb 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.