Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidr committed Jan 10, 2013
1 parent f06af8a commit f4f1a53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -46,11 +46,11 @@ built and packaged via rake tasks.
1. Implement your new feature and/or fix your bug in your newly forked Railsinstaller project code.

* The configuration file for specifying required packages can be found at config/railsinstaller.yml.
The configuration file for specifying required packages can be found at config/railsinstaller.yml.

* Building of the installer into the stage path for packaging is implemented by Ruby code in the lib/ directory, starting with the file lib/railsinstaller/actions.rb.
Building of the installer into the stage path for packaging is implemented by Ruby code in the lib/ directory, starting with the file lib/railsinstaller/actions.rb.

* Methods called by the actions.rb file are implemented by lib/railsinstaller/methods.rb.
Methods called by the actions.rb file are implemented by lib/railsinstaller/methods.rb.

1. Next build all components onto the stage (into the stage/ directory)

Expand All @@ -60,9 +60,9 @@ built and packaged via rake tasks.

> rake package
* This creates the executable (.exe) package file in the pkg/ directory from the files staged during the build process in the stage/ directory.
This creates the executable (.exe) package file in the pkg/ directory from the files staged during the build process in the stage/ directory.

* NOTE - You can run the package task with --trace for debugging output if the package fails to build or if you simply want to see what is being done as it is done).
NOTE - You can run the package task with --trace for debugging output if the package fails to build or if you simply want to see what is being done as it is done).

1. Once you have verified your new feature/bug-fix, push your branch up to GitHub.

Expand Down Expand Up @@ -91,4 +91,4 @@ The git version that is bundled into RailsInstaller is

### Packaging/Installer

We are using [Inno Setup](http://www.jrsoftware.org/isinfo.php "Inno Setup"), a free installer for Windows programs.
We are using [Inno Setup](http://www.jrsoftware.org/isinfo.php "Inno Setup"), a free installer for Windows programs.

0 comments on commit f4f1a53

Please sign in to comment.