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
For more information on how to use the plugin, please refer to the [documentation][docs-vmware-plugin].
96
+
### Using the Source
104
97
105
-
## Contributing
98
+
You can build from source by cloning the GitHub repository and running `make build` from
99
+
the repository root. After a successful build, the `packer-plugin-vmware` binary is
100
+
created in the root directory.
106
101
107
-
The Packer Plugin for VMware Desktop Hypervisors is the work of many contributors and the project team appreciates your help!
102
+
To install the compiled plugin, please refer to the Packer [documentation][docs-packer-plugin-install].
108
103
109
-
If you discover a bug or would like to suggest an enhancement, submit [an issue][issues].
104
+
## Documentation
110
105
111
-
If you would like to submit a pull request, please read the [contribution guidelines][contributing] to get started. In case of enhancement or feature contribution, we kindly ask you to open an issue to discuss it beforehand.
106
+
- Please refer to the plugin [documentation][docs-vmware-plugin] for more information on
107
+
the plugin usage.
108
+
109
+
- Please refer to the repository [`example`](example/) directory for usage examples.
110
+
111
+
## Contributing
112
+
113
+
Please read the [code of conduct][code-of-conduct] and [contribution guidelines][contributing]
114
+
to get started.
112
115
113
116
## Support
114
117
115
-
The Packer Plugin for VMware Desktop Hypervisors is supported by the maintainers and the plugin community.
118
+
The Packer Plugin for VMware Desktop Hypervisors is supported by the maintainers and the
0 commit comments