-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,13 @@ Use the commands `wmill-hub pull` and `wmill-hub push` for pulling and pushing, | |
|
||
If you want to partially or fully sync your private hub with the public one: | ||
|
||
1. Pull the scripts locally from the public hub using `wmill-hub wm-pull`. | ||
1. Pull the scripts locally from the public hub using `wmill-hub wm-pull`. This will pull the scripts to a folder named `hub`. | ||
2. Delete any integration folders you don’t want to add to your Private Hub. | ||
3. Push the scripts to your Private Hub using `wmill-hub push`. | ||
|
||
:::info | ||
If for some reason you can't pull from the official hub with `wmill-hub wm-pull`, we also provide a zip file with all the scripts, just ask us for the link! | ||
Once downloaded, simply extract the zip file and move all the integration folders to your local `hub` folder. | ||
::: | ||
|
||
If you are interested in having your own Private Hub, please [contact us](mailto:[email protected]). |