Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg committed Sep 21, 2011
1 parent e60f69e commit fb443f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -21,9 +21,9 @@ Point a domain name to your server or add one to /etc/hosts:

## Usage (from local machine):

`./nserv create (domain)`
`./nserv delete (domain)`
`./nserv list`
`./nserv create (domain)`
`./nserv delete (domain)`
`./nserv list`
`./nserv help`

After adding an application you will be provided with a git remote that you can add to your local repo. Once added execute `git push nserv master` and your server will updated. For now your main server file must be called 'server.js'. If you provide a package.json file for npm modules add a .gitignore file to remove your node\_modules folder. Npm is installed on nserv and installs dependencies automatically.
Expand Down

0 comments on commit fb443f1

Please sign in to comment.