Skip to content

Commit

Permalink
refactor: make example projects.json consistent in naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Oct 29, 2015
1 parent 9f495e8 commit 2a6b538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FGMachine tries to follow the [SemVer](http://semver.org/) standard whenever pos
1. Either clone this repository or download and extract a [zip](https://github.com/Kaixhin/FGMachine/zipball/master)/[tar](https://github.com/Kaixhin/FGMachine/tarball/master).
1. Move inside the FGMachine folder.
1. Run `npm install`.
1. Create `projects.json` ([projects.example.json](https://github.com/Kaixhin/FGMachine/blob/master/projects.example.json) can be used as a starting point).
1. Create `projects.json` ([example.projects.json](https://github.com/Kaixhin/FGMachine/blob/master/example.projects.json) can be used as a starting point).
1. FGMachine requires a `.env` file in this directory. For most installations, it should be possible to copy [example.env](https://github.com/Kaixhin/FGMachine/blob/master/example.env) to `.env`, but it may require customisation for non-standard FGLab or FGMachine ports. An alternative is to set the following environment variables:
- FGLAB_URL (FGLab URL, including port if necessary)
- FGMACHINE_URL (FGMachine URL, including port)
Expand Down
File renamed without changes.

0 comments on commit 2a6b538

Please sign in to comment.