diff --git a/src/commands/download.ts b/src/commands/download.ts index cc2b319..ffe3681 100644 --- a/src/commands/download.ts +++ b/src/commands/download.ts @@ -28,6 +28,7 @@ export const download = async (options: Options): Promise => { log.success( `You should be ready to make changes to ${config.name}.`, '', + 'Remember to change the repository in configs/common/mozconfig to your own.', `You should import the patches next, run |${bin_name} import|.`, `To begin building ${config.name}, run |${bin_name} build|.` ) diff --git a/template/configs/common/mozconfig b/template/configs/common/mozconfig index 09e3d2c..47ab3f4 100644 --- a/template/configs/common/mozconfig +++ b/template/configs/common/mozconfig @@ -14,7 +14,8 @@ export MOZ_DISTRIBUTION_ID=${appId} # Misc export MOZ_STUB_INSTALLER=1 export MOZ_INCLUDE_SOURCE_INFO=1 -export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop +# Change the below repository to your GitHub repository. +export MOZ_SOURCE_REPO=https://github.com/example/example export MOZ_SOURCE_CHANGESET=${changeset} # Bootstrap