Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit 169d48f

Browse files
committed
Update README to use ~ for the home directory
Using ~ to specify the home directory should allow anyone to copy/paste the example. Also, this makes all the references the same. Previously there was a /home/sven and a /Users/sven.
1 parent 56eaa53 commit 169d48f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The `boot2docker` binary reads configuration from `$BOOT2DOCKER_PROFILE` if set,
123123
`%USERPROFILE%/.boot2docker/profile`. `boot2docker config` will
124124
tell you where it is looking for the file, and will also output the settings that
125125
are in use, so you can initialise a default file to customize using
126-
`boot2docker config > /home/sven/.boot2docker/profile`.
126+
`boot2docker config > ~/.boot2docker/profile`.
127127

128128
Currently you can configure the following options (undefined options take
129129
default values):
@@ -137,7 +137,7 @@ VBM = "VBoxManage"
137137
# path to SSH client utility
138138
SSH = "ssh"
139139
SSHGen = "ssh-keygen"
140-
SSHKey = "/Users/sven/.ssh/id_boot2docker"
140+
SSHKey = "~/.ssh/id_boot2docker"
141141

142142
# name of boot2docker virtual machine
143143
VM = "boot2docker-vm"
@@ -150,7 +150,7 @@ ISOURL = "https://api.github.com/repos/boot2docker/boot2docker/releases"
150150
#ISOURL = "https://internal.corp.org/b2d.iso"
151151

152152
# path to boot2docker ISO image
153-
ISO = "/Users/sven/.boot2docker/boot2docker.iso"
153+
ISO = "~/.boot2docker/boot2docker.iso"
154154

155155
# VM disk image size in MB
156156
DiskSize = 20000

0 commit comments

Comments
 (0)