Skip to content

Commit d0e5593

Browse files
committed
fixed another syntax typo in the README
1 parent 14b6d52 commit d0e5593

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The dashlet can be installed on Alfresco 3.4 and above.
2525

2626
* **Users : Prebuilt jar**
2727

28-
A prebuilt jar is provided. You only need to copy it to <tomcat-home>/shared/lib.
28+
A prebuilt jar is provided. You only need to copy it to tomcat/shared/lib.
2929

3030
* **Developers : Building the jar**
3131

@@ -40,8 +40,8 @@ The dashlet can be installed on Alfresco 3.4 and above.
4040
The command should build a JAR file named sample-audit-dashlet.jar in the 'dist' directory within your project.
4141

4242
To deploy the dashlet files into a local Tomcat instance for testing, you can
43-
either copy the jar file in e.g. the 'tomcat/shared/lib' folder or use the hotcopy-tomcat-jar task. You will need to set the tomcat.home
44-
property in Ant.
43+
either copy the jar file in e.g. the 'tomcat/shared/lib' folder or use the hotcopy-tomcat-jar task. For the latter, You will need to set the tomcat.home
44+
property in Ant :
4545

4646
ant -Dtomcat.home=C:/Alfresco/tomcat clean hotcopy-tomcat-jar
4747

0 commit comments

Comments
 (0)