summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfeczo <szabolcs.feczak@gmail.com>2015-05-22 14:07:27 +1000
committerfeczo <szabolcs.feczak@gmail.com>2015-05-22 14:07:27 +1000
commitebd6ee8fe7599fa3ecdbc5703be8829e02597f5c (patch)
tree37c4a7b9e8e504f9805b232e426ba0d049d28b55 /README.md
parent7c982d3348995dab90dec49ff3111acc32c09121 (diff)
downloadgoogle-compute-image-packages-ebd6ee8fe7599fa3ecdbc5703be8829e02597f5c.tar.gz
Update README.md
fix typos in commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d1adb2d..ad8d975 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@ Occasionally you may want to install the latest commits to the [repository](http
1. Copy the google-daemon and google-startup-scripts files to your root directory with
- sudo cp -R compute-image-packages/{google-daemon/{etc,user},google-startup-scripts/{etc,usr,lib}} /
+ sudo cp -R compute-image-packages/{google-daemon/{etc,usr},google-startup-scripts/{etc,usr,lib}} /
1. Configure the packages to run on startup with (Debian)
- sudo update-rc.d google-starup-scripts defaults && sudo update-rc.d google-accounts-manager defaults && sudo update-rc.d google-address-manager defaults && sudo update-rc.d google-clock-sync-manager defaults
+ sudo update-rc.d google-startup-scripts defaults && sudo update-rc.d google-accounts-manager defaults && sudo update-rc.d google-address-manager defaults && sudo update-rc.d google-clock-sync-manager defaults
or (Redhat)