Skip to content

Commit b164f4d

Browse files
Add troubleshooting pointer to the README
1 parent 6f8db3d commit b164f4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,21 @@ request, see [CONTRIBUTING](./CONTRIBUTING.md) for details.
8585
## License
8686

8787
Copyright (c) 2023, Oracle and/or its affiliates.
88-
8988
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
90-
9189
See [LICENSE](./LICENSE) for more details.
9290

9391
## Support
9492

93+
Please review the [troubleshooting document](./troubleshooting/troubleshooting.md).
9594
For support you can [file issues on GitHub](https://github.com/oracle-quickstart/appstack/issues).
96-
9795
You can also send an email to the product team at "appstack_ww at oracle.com".
9896

9997
## Appendix
10098

10199
### Build instructions
102100
To build the zip on a mac from this directory:
103101
```
104-
zip -r ../appstackforjava.zip . -x "*.git*" -x "*.DS_Store" -x "images" -x "listing" -x "*.md"
102+
zip -r ../appstackforjava.zip . -x "*.git*" -x "*.DS_Store" -x "images" -x "listing" -x "*.md" -x "troubleshooting" -x "tutorials"
105103
```
106104

107105

0 commit comments

Comments
 (0)