You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Release | Aras
24
24
#### Browsers Tested:
25
25
Internet Explorer 11, Firefox 45 ESR, Chrome
26
26
27
-
> 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.
27
+
> 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.
28
28
29
29
## Installation
30
30
@@ -42,17 +42,17 @@ Internet Explorer 11, Firefox 45 ESR, Chrome
42
42
#### Code tree Installation
43
43
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.
44
44
45
-
1.Backup your code tree and store the archive in a safe place
45
+
1.Back up your code tree and store the archive in a safe place
46
46
2. Navigate to your local `..\RefreshFromDatabase\` folder
47
47
3. Copy the `\Innovator\` folder
48
48
4. Paste this at the root of your install directory
49
49
+ By default this is `C:\Program Files\Aras\Innovator\`
50
50
51
51
#### Database Installation
52
-
1.Backup your database and store the BAK file in a safe place.
52
+
1.Back up your database and store the BAK file in a safe place.
53
53
2. Open up the Aras Package Import tool.
54
54
3. Enter your login credentials and click **Login**
55
-
*_Note: You must login as root for the package import to succeed!_
55
+
*_Note: You must log in as root for the package import to succeed!_
56
56
4. Enter the package name in the TargetRelease field.
57
57
* Optional: Enter a description in the Description field.
58
58
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
63
63
64
64
####
65
65
66
-
You are now ready to login to Aras and try out the Method Editor Theme user preference.
66
+
You are now ready to log in to Aras and try out the Method Editor Theme user preference.
67
67
68
68
## Usage
69
69
@@ -82,7 +82,7 @@ You are now ready to login to Aras and try out the Method Editor Theme user pref
82
82
2. Create your feature branch: `git checkout -b my-new-feature`
83
83
3. Commit your changes: `git commit -am 'Add some feature'`
84
84
4. Push to the branch: `git push origin my-new-feature`
85
-
5. Submit a pull request
85
+
5. Submit a pull request.
86
86
87
87
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
88
88
@@ -94,4 +94,4 @@ Documented and published by Christopher Gillis for Aras Labs. @cgillis-aras
94
94
95
95
## License
96
96
97
-
Aras Labs projects are published to Github under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations.
97
+
Aras Labs projects are published to GitHub under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations.
0 commit comments