From 8363122c653a66cda35455ee1b09e22853feac10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 3 Mar 2016 13:14:33 -0800 Subject: [PATCH] Remove duplicated instructions --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index f81b9f1ecf..c1a33dc6e2 100644 --- a/README.md +++ b/README.md @@ -65,22 +65,6 @@ The default port is 1337, to use a different port set the PORT environment varia The standalone Parse Server can be configured using [environment variables](#configuration). -Please refer to the [configuration section](#configuration) or help; - -To get more help for running the parse-server standalone, you can run: - -`$ npm start -- --help` - -The standalone API server supports loading a configuration file in JSON format: - -`$ npm start -- path/to/your/config.json` - -The default port is 1337, to use a different port set the `--port` option: - -`$ npm start -- --port=8080 path/to/your/config.json` - -Please refer to the [configuration section](#configuration) or help; - You can also install Parse Server globally: `$ npm install -g parse-server`