diff --git a/Handbook/README.md b/Handbook/README.md index 72d692e2..95868e5e 100644 --- a/Handbook/README.md +++ b/Handbook/README.md @@ -76,4 +76,8 @@ Also, on Windows you probably need to adjust the follwoing variables at the top SG_RSYNC_BIN_PATH_WINDOWS := C:\Program Files\cwrsync\bin SG_RSYNC_BINARY_PATH_WINDOWS := $(SG_RSYNC_BIN_PATH_WINDOWS)\rsync.exe SG_RSYNC_SSH_BINARY_PATH_WINDOWS := $(SG_RSYNC_BIN_PATH_WINDOWS)\ssh.exe -``` \ No newline at end of file +``` + +### make pack + +This target is meant to be used by the `sgum-packager` utility located in the [Packager](../Packager) folder in order to deploy the documentation in various formats along with the plugin to the Unreal Engine Marketplace. \ No newline at end of file