Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 20, 2015
1 parent 5fc8fdf commit 6864f79
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## 2.x.x to 3.x.x

1. Stop boss and uninstall
```sh
$ sudo bs kill
$ sudo npm remove -g process-boss
```

$ sudo bs kill
$ sudo npm remove -g process-boss

2. Rename your configuration files and directories (all .key .json etc files should come too):
* `/etc/boss` becomes `/etc/guvnor`
* `/etc/boss/bossrc` becomes `/etc/guvnor/guvnorrc`
Expand All @@ -18,7 +18,6 @@
* `/var/run/boss` becomes `/var/run/guvnor`
* `/usr/local/boss` becomes `/usr/local/guvnor`
4. Install guvnor and start
```sh
$ sudo npm install -g guvnor
$ guv
```

$ sudo npm install -g guvnor
$ guv

0 comments on commit 6864f79

Please sign in to comment.