Skip to content

Commit e3d26e2

Browse files
committed
Merge pull request #816 from ParsePlatform/readme-dupe
Remove duplicated instructions
2 parents 33ac895 + 8363122 commit e3d26e2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ The default port is 1337, to use a different port set the PORT environment varia
6565

6666
The standalone Parse Server can be configured using [environment variables](#configuration).
6767

68-
Please refer to the [configuration section](#configuration) or help;
69-
70-
To get more help for running the parse-server standalone, you can run:
71-
72-
`$ npm start -- --help`
73-
74-
The standalone API server supports loading a configuration file in JSON format:
75-
76-
`$ npm start -- path/to/your/config.json`
77-
78-
The default port is 1337, to use a different port set the `--port` option:
79-
80-
`$ npm start -- --port=8080 path/to/your/config.json`
81-
82-
Please refer to the [configuration section](#configuration) or help;
83-
8468
You can also install Parse Server globally:
8569

8670
`$ npm install -g parse-server`

0 commit comments

Comments
 (0)