60 Commits

Author SHA1 Message Date
Chris Roberts
039afbdcab Add note about curl to README 2020-11-06 15:42:10 -08:00
sophia
336001ac17 Update default branch to main 2020-10-19 16:37:10 -05:00
sophia
f958030f28 Consolidate general contributing steps to CONTRIBUTING.md 2020-09-30 09:21:00 -05:00
Jeff Escalante
cba02771df
remove internal '.html' extensions 2020-05-28 12:45:16 -04:00
Chris Roberts
e62f88c463 Documentation and template updates for discuss 2020-02-03 12:02:50 -08:00
Brian Cain
98f598632e
Update docs with newly supported hashicorp/bionic64 box 2019-08-14 10:48:33 -07:00
Greg J Preece
ede2c295f4 bsdtar appears to be required for all Vagrant use. 2019-06-04 21:27:14 -07:00
Greg J Preece
8c03b5179a Correcting suggested VAGRANT_HOME location in dev. 2019-06-04 21:16:03 -07:00
Greg J Preece
2088bfb60d Adding note to README re: bsdtar dependency 2019-05-29 20:31:18 -07:00
Greg J Preece
a6f0d24f68 Documenting local Vagrant vs package Vagrant. 2019-05-28 18:12:23 -07:00
Gilles Cornu
4471bc48fb Update CONTRIBUTING.md (and related stuff)
Motivated by https://twitter.com/mitchellh/status/996381507756294144

[skip ci]
2018-05-16 11:50:37 +02:00
Cameron Morris
29bf0e62a6 Updating README.md with #vagrant IRC channel information.
This allows developers to find the IRC community more easily.
2018-04-03 17:29:07 -04:00
Chris Roberts
7bb3bd702e Update links 2017-09-13 10:18:17 -07:00
Hunter Maximillion Monk
35849c56a1 Fix README URL 2017-04-05 19:55:25 -05:00
Chris Roberts
47ca0984d4 Merge pull request #7998 from zg/patch-1
Update the from source installation info
2016-11-22 08:31:04 -08:00
Chris Roberts
0cfdf6f1fe Remove note on bundler context 2016-11-15 18:55:48 -08:00
Chris Roberts
466f2c7752 Add gitter badage 2016-11-14 14:12:04 -08:00
Zack Zatkin-Gold
737d2dd04b Update the from source installation info 2016-11-11 14:18:08 -08:00
Tim Smith
bf36e6bf5c Update required Ruby in the readme
It's 2.2 not 2.0
2016-09-23 10:00:18 -07:00
Seth Vargo
1166800b65 Use SSL and HTTPS links where appropriate 2016-01-25 13:14:54 -05:00
Seth Vargo
1d3dbce813 Update README.md 2016-01-07 15:29:29 -05:00
Seth Vargo
47e42940ea Merge pull request #6444 from glamouracademy/master
Add links for OS links in Readme
2015-11-18 14:04:55 -08:00
ReadmeCritic
8c070df2b5 Update README URLs based on HTTP redirects 2015-11-16 09:15:58 -08:00
glamouracademy
8392752bee Add links for OS links in Readme 2015-10-27 13:06:35 -04:00
Igor Vuk
419a1a26ef Fix capitalization of Vagrant in README.md 2015-03-01 21:34:26 +01:00
Michael Adam
740dae5332 README: improve wording. 2015-01-09 11:20:21 +01:00
Mitchell Hashimoto
ac95cb5785 Update README 2014-04-30 10:10:56 -07:00
Joan Barros
e4297017c2 A simple typo 2014-04-03 12:37:24 -07:00
Mitchell Hashimoto
cf8bfe0d7f Update README 2014-03-09 21:46:01 -07:00
Mitchell Hashimoto
fea63500a0 Update README 2014-01-07 14:22:59 -08:00
Joe Stump
83f68630d6 Update README to note running Vagrant in a bundle disables plugins by default. 2014-01-06 09:29:16 -07:00
Adrian Lopez
7f6702e71b In OS packages ruby2 comes embedded, but if you install vagrant from sources, you should execute vagrant with ruby2.
At least, with ruby 1.9.1 and using docker as a provisioner, it gives the error:

/var/lib/gems/1.9.1/gems/vagrant-1.4.1.dev/plugins/provisioners/docker/plugin.rb:13:in `require_relative': /var/lib/gems/1.9.1/gems/vagrant-1.4.1.dev/plugins/provisioners/docker/config.rb:23: syntax error, unexpected tPOW (SyntaxError)
      def run(name, **options)
2013-12-15 17:11:57 +01:00
Teemu Matilainen
0041b2ba50 website/docs: Links to new downloads page
Fixes #2623 and hashicorp/docs.vagrantup.com#45

[ci skip]
2013-12-10 11:22:18 -03:00
Mitchell Hashimoto
3a15cdd8e4 Update README 2013-12-05 14:31:25 -08:00
Tobias Lidskog
c06b3ea3b0 Link to v2 docs in README
Link to v2 docs for "getting started guide".
2013-04-14 16:19:23 +03:00
Mitchell Hashimoto
633ac25408 Update the README 2013-01-13 17:44:08 -08:00
Justin Mazzi
8dcdc93856 Fix 2 broken document links 2012-08-06 14:01:41 -03:00
Mitchell Hashimoto
10a7fc09dc Update README to point to installers 2012-06-27 09:35:54 -07:00
Henare Degan
590f55f397 Link directly to the why page in the readme 2012-01-18 12:13:00 +11:00
Mitchell Hashimoto
72ed9118c2 Get rid of reference to the video 2011-11-24 16:05:51 -07:00
Mitchell Hashimoto
4c1f7c586e Update README for acceptance tests 2011-11-02 21:27:32 -07:00
Mitchell Hashimoto
a87695d619 Update README 2011-11-02 21:19:06 -07:00
Mitchell Hashimoto
14f66b1bc2 Fix getting started link in README [closes GH-284] 2011-01-24 09:52:58 -08:00
Mitchell Hashimoto
dae641972a Slight edit to README 2010-12-23 16:35:41 -08:00
Brandon Philips
3cd66a5cc7 README: add hint on how to run vagrant from git
I am a total newb and it took me a moment to figure this step out. Might
help others out too. :-P

Signed-off-by: Brandon Philips <brandon@ifup.org>
2010-12-23 16:34:44 -08:00
Adam Vandenberg
f444b32a2f Fix quote typo. 2010-10-04 21:26:15 -07:00
Mitchell Hashimoto
d71020ca75 Fix typo. How did this stick around so long?? 2010-09-08 22:28:30 -07:00
Mitchell Hashimoto
8f9bb0c9b3 Updated README for Bundler RC5 2010-08-13 23:26:48 -07:00
Mitchell Hashimoto
17c397fa28 Change README to use the new vagrant init style for specifying box URL 2010-08-01 17:28:44 -07:00
Mitchell Hashimoto
423e50fa6e Fix up the README 2010-07-31 17:39:54 -07:00