File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -85,23 +85,21 @@ request, see [CONTRIBUTING](./CONTRIBUTING.md) for details.
85
85
## License
86
86
87
87
Copyright (c) 2023, Oracle and/or its affiliates.
88
-
89
88
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl .
90
-
91
89
See [ LICENSE] ( ./LICENSE ) for more details.
92
90
93
91
## Support
94
92
93
+ Please review the [ troubleshooting document] ( ./troubleshooting/troubleshooting.md ) .
95
94
For support you can [ file issues on GitHub] ( https://github.com/oracle-quickstart/appstack/issues ) .
96
-
97
95
You can also send an email to the product team at "appstack_ww at oracle.com".
98
96
99
97
## Appendix
100
98
101
99
### Build instructions
102
100
To build the zip on a mac from this directory:
103
101
```
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"
105
103
```
106
104
107
105
You can’t perform that action at this time.
0 commit comments