Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
Usage examples should use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeanes committed Feb 20, 2013
1 parent 3f79561 commit 7f1a692
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -21,29 +21,29 @@ flush the cache.
Command
-------

$ ghost add mydevsite.local
$ sudo ghost add mydevsite.local
[Adding] mydevsite.local -> 127.0.0.1

$ ghost add staging-server.local 67.207.136.164
$ sudo ghost add staging-server.local 67.207.136.164
[Adding] staging-server.local -> 67.207.136.164

$ ghost list
Listing 2 host(s):
mydevsite.local -> 127.0.0.1
staging-server.local -> 67.207.136.164

$ ghost delete mydevsite.local
$ sudo ghost delete mydevsite.local
[Deleting] mydevsite.local

$ ghost delete_matching test
$ sudo ghost delete_matching test
[Deleting] test2.local
[Deleting] test.local

$ ghost list
Listing 1 host(s):
staging-server.local -> 67.207.136.164

$ ghost modify staging-server.local 64.233.167.99
$ sudo ghost modify staging-server.local 64.233.167.99
[Modifying] staging-server.local -> 64.233.167.99

$ ghost list
Expand Down

0 comments on commit 7f1a692

Please sign in to comment.