-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from hugovk/fix-typos
Fix typos in readme
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Release | Aras | |
#### Browsers Tested: | ||
Internet Explorer 11, Firefox 45 ESR, Chrome | ||
|
||
> Some service packs introduce additional themes that were not avilable in older versions. For example, [v1.3](https://github.com/ArasLabs/method-editor-theme-preference/releases/tag/v1.3) contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the a version that is specifically supported with the Aras Innovator service pack you are using. | ||
> Some service packs introduce additional themes that were not available in older versions. For example, [v1.3](https://github.com/ArasLabs/method-editor-theme-preference/releases/tag/v1.3) contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the version that is specifically supported with the Aras Innovator service pack you are using. | ||
## Installation | ||
|
||
|
@@ -42,17 +42,17 @@ Internet Explorer 11, Firefox 45 ESR, Chrome | |
#### Code tree Installation | ||
These code tree changes only contain a custom icon for the toolbar. If you wish to use your own icon, you may replace the .svg file in the `\Innovator\` folder with your own. | ||
|
||
1. Backup your code tree and store the archive in a safe place | ||
1. Back up your code tree and store the archive in a safe place | ||
2. Navigate to your local `..\RefreshFromDatabase\` folder | ||
3. Copy the `\Innovator\` folder | ||
4. Paste this at the root of your install directory | ||
+ By default this is `C:\Program Files\Aras\Innovator\` | ||
|
||
#### Database Installation | ||
1. Backup your database and store the BAK file in a safe place. | ||
1. Back up your database and store the BAK file in a safe place. | ||
2. Open up the Aras Package Import tool. | ||
3. Enter your login credentials and click **Login** | ||
* _Note: You must login as root for the package import to succeed!_ | ||
* _Note: You must log in as root for the package import to succeed!_ | ||
4. Enter the package name in the TargetRelease field. | ||
* Optional: Enter a description in the Description field. | ||
5. Enter the path to your local `..\method-editor-theme-preference\Import\imports.mf` file in the Manifest File field. | ||
|
@@ -63,7 +63,7 @@ These code tree changes only contain a custom icon for the toolbar. If you wish | |
|
||
#### | ||
|
||
You are now ready to login to Aras and try out the Method Editor Theme user preference. | ||
You are now ready to log in to Aras and try out the Method Editor Theme user preference. | ||
|
||
## Usage | ||
|
||
|
@@ -82,7 +82,7 @@ You are now ready to login to Aras and try out the Method Editor Theme user pref | |
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -am 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
5. Submit a pull request | ||
5. Submit a pull request. | ||
|
||
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected]. | ||
|
||
|
@@ -94,4 +94,4 @@ Documented and published by Christopher Gillis for Aras Labs. @cgillis-aras | |
|
||
## License | ||
|
||
Aras Labs projects are published to Github under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations. | ||
Aras Labs projects are published to GitHub under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations. |