Jordan Krage
52e5aba6a8
change CI to 1.10.x; update docs
2018-02-21 17:13:45 -06:00
sam boyer
bd62fd14c5
Merge pull request #1533 from AstromechZA/aza_dep_install_script
...
Install.sh script for dep
2018-02-21 08:43:03 -05:00
Brian Henderson
be521043b3
Grammar fix for README.md
...
thanks for the tool!
2018-01-29 09:36:13 -08:00
Ben Meier
e0bb5ac8ff
Added install.sh script; Changelog entry; Changelog parenths fixes; REAMDE addition
2018-01-28 07:44:43 +02:00
sam boyer
5e064a583f
docs: Add installation.md, lots of tweaks
...
Assorted edits and wording tweaks, as well as including bash as type on
most of the fenced code blocks. Also relocated assets into docs/assets
from docs/img in order to accommodate docusaurus' expected layout.
2018-01-23 09:54:52 -05:00
sam boyer
7ae1fda48d
docs: Fix up README, polish deduction and intro
2018-01-17 00:33:27 -08:00
sam boyer
a7be96f1a0
docs: Remove codeclimate badge from README
2018-01-03 02:25:48 -05:00
sam boyer
e69d6e8458
Rearrange codeclimate and go report card badges
2017-12-03 10:02:29 -05:00
Umesh Yadav
6a27cfefb8
Added goreportcard badge to readme file.
2017-12-03 19:11:36 +05:30
Steve Mynott
186178f6eb
correct minor typo
2017-11-10 14:23:55 +00:00
Aetheus
e3cc29c06f
Fix typo in README.md
2017-10-28 18:50:12 +08:00
Christopher Waldon
cfb8b238b8
Fix README typo
2017-10-25 21:58:06 -04:00
Roberto Fernandez
94f196ae27
Add 'golang' to go get URL of Setup instructions
2017-08-28 23:22:31 -06:00
sam boyer
a8802c0652
Merge pull request #996 from ebati/ci-make-version
...
Update CI and add version command
2017-08-29 00:50:24 -04:00
Emrecan BATI
9217125e0c
Fix wording
2017-08-29 07:39:18 +03:00
sam boyer
5b1fe9e6d8
Merge pull request #714 from jmank88/project_ident_sort
...
Consolidate ProjectIndentifier sorts; drop build support for go1.7
2017-08-29 00:07:22 -04:00
sam boyer
892b5cab26
Add caveats about dep init to README
2017-08-28 13:30:58 -04:00
Mark West
aa81dc03d6
Document generating graph visualizations
2017-08-24 12:30:37 -05:00
Emrecan BATI
52f2cc92aa
Update readme with de-emphasized go get
2017-08-19 01:08:27 +03:00
Emrecan BATI
61c0b05325
Update documentation
2017-08-19 01:06:56 +03:00
Jordan Krage
704bf90d26
drop support for go1.7
2017-08-18 14:42:32 -05:00
sam boyer
9beae3b3c1
Simplify the dep-adding README section
2017-08-12 18:48:44 -04:00
sam boyer
c9e59f1cb6
Hello Digby!
...
@ashleymcnamara is my hero
2017-08-12 00:34:50 -04:00
sam boyer
acee602a94
Tweak language a bit
2017-08-11 18:56:37 -04:00
sam boyer
e6622a8fb2
Bring README up to date after #489
2017-08-11 13:22:21 -04:00
Alexey Palazhchenko
4fd48f7f70
Add Homebrew
...
Refs #949 .
2017-08-06 13:08:47 +03:00
Mikkel Oscar Lyderik Larsen
c701044203
Fix link to docs/Gopkg.toml in README.md
2017-07-26 21:04:40 +02:00
Dave Josephsen
6b5e8cf10f
Document semver ranges in the README
2017-07-25 19:32:05 -05:00
Carolyn Van Slyck
4d72db7580
Merge pull request #878 from erizocosmico/docs/status-mismatch-lock
...
document lock mismatch state for ensure
2017-07-25 17:36:53 -05:00
Miguel Molina
2eda538525
document lock mismatch state for ensure
...
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
2017-07-25 21:25:22 +02:00
Vladimir Pouzanov
5c8c07f9a8
Fixed the link to FAQ
2017-07-23 21:47:33 +01:00
Aidan Feldman
e7d91f654f
README updates based on feedback
2017-07-21 12:13:45 -04:00
Aidan Feldman
97f5c61ec7
Rename README headings to match common terminology
...
Switched to `Setup` and `Usage` instead of `Initial setup` and
`Day-to-day workflows`. Also made both of those top-level section
headings, so that the various workflows aren't nested so deeply.
2017-07-20 21:14:56 -04:00
Aidan Feldman
7b1aaa6ade
Add workflows around checking status, removing, and testing changes to dependencies
...
...to the README. Also, expanded on the description of what `dep init` does. All of this
was taken from @carolynvs's lightning talk on dep.
http://carolynvs.com/dep-in-10
2017-07-20 21:14:55 -04:00
Aidan Feldman
f0b8c473b5
Split apart the day-to-day workflows
...
Trying to match the different common use cases a user will have for interacting
with dep.
2017-07-20 21:13:46 -04:00
Aidan Feldman
3a6df186c8
Change introductory wording
2017-07-20 21:09:09 -04:00
Aidan Feldman
b023c29ad0
Direct users to modify dependencies via files rather than CLI commands
...
The former seems to be falling out of favor, and may confuse users about
which is preferable to use.
2017-07-20 21:09:09 -04:00
Aidan Feldman
8f94e292b5
Explain first-run vs. day-to-day workflow
...
- Explain that `dep init` will try and import from other package
managers
- Explain the day-to-day workflow of using Dep.
2017-07-20 21:09:09 -04:00
Aidan Feldman
298cffbe1c
Expand the first-run documentation
...
- Clarified that the Usage commands in the README apply to both new and
existing projects
- Move information about the vendor directory backup into the README.
This gives the user the necessary context as soon as they would need
it, rather than needing to stumble upon it (somewhat buried) in the FAQ.
2017-07-20 21:09:09 -04:00
Aidan Feldman
2bdcdd8879
Move the FAQ under the docs/ folder
...
The top-level directory is getting a bit cluttered, so group the FAQ
alongside the other documentation. Also did some minor formatting
cleanup of that file.
2017-07-20 21:09:08 -04:00
sam boyer
e1fcbe45df
Update README, FAQ to reflect production-readiness
2017-07-19 19:23:40 -04:00
sam boyer
0531ad1a47
Warn against writing scripts on dep
2017-06-01 20:27:25 -04:00
sam boyer
76df8f8c8d
Update README to reflect milestone reached
2017-05-30 09:20:38 -04:00
Ahmet Alp Balkan
0bbb012849
Update installation instruction
...
Fixes #566 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-05-12 11:31:00 -07:00
Jess Frazelle
58bae41a3a
Add code climate
...
Remove govet and gofmt tests from travis which should speed things up.
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-04-28 14:27:43 -04:00
Carolyn Van Slyck
c20dddcdc1
Add a FAQ
2017-04-19 14:03:49 -05:00
sam boyer
1d167f3bbd
Update README, CONTRIBUTING with roadmap
2017-03-07 06:22:36 -05:00
sam boyer
6b69dcb226
Add note about required Go version to README
...
Closes #230 .
2017-02-08 09:47:18 -05:00
sam boyer
397ec0eb79
Update README to clarify that we are not official
2017-01-29 00:23:47 -05:00
Koichi Shiraishi
6a70bc2a4b
remove osx from ci badge and add '-u' flag for install
...
Currently not tested in OSX environment
Most newcomers don't know about -u.
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
2017-01-28 10:22:53 -05:00