Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #56 from blinkreaction/develop
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
Leonid Makarov committed Oct 28, 2015
2 parents cff0652 + 11867b2 commit 08d8875
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.1 (2015-10-28)

- Update path to shell scripts in README.md

## 1.2.0 (2015-10-26)

- Switched to new base box version 1.8.3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Make sure to stop all VirtualBox VMs prior to performing updates.

Prerequisites are installed using **brew/cask** (brew and cask will be installed if missing).

bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/presetup-mac.sh)
bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/presetup-mac.sh)

**Windows**

Expand All @@ -34,7 +34,7 @@ Prerequisites are installed using **babun** and **chocolatey** (chocolatey will
2. Run the following in babun

```
bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/presetup-win.sh)
bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/presetup-win.sh)
```
<a name="setup"></a>
Expand All @@ -44,7 +44,7 @@ Prerequisites are installed using **babun** and **chocolatey** (chocolatey will
Run the following command within your `<Projects>` (shared boo2docker VM for multiple projects, recommended) or `<Project>` (dedicated boot2docker VM) directory:
bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/setup.sh)
bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/setup.sh)
### Manual installation (Mac and Windows)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit 08d8875

Please sign in to comment.