diff --git a/README.md b/README.md index 3e776bf..0ea71b5 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ List of available options: * `-d`, `--default` * `-f`, `--force` * `-v` + +### Notice: +Current version is `v0.1.4`. If you are having trouble updating via brew, please try: +* `brew upgrade` or +* `brew uninstall vh-config` and then `brew install vh-config` diff --git a/vh-config.js b/vh-config.js index ffa8f4e..2f3714a 100644 --- a/vh-config.js +++ b/vh-config.js @@ -1,4 +1,3 @@ - /** * Apache Virtual Host config generator * ==================================== @@ -26,7 +25,6 @@ let options = { // Names let projectName = '' -const nameAppend = '-website' // Paths const root = "/usr/local/etc/httpd"