From bc9da5ee8e91180528394dc7066b55b27091ee0b Mon Sep 17 00:00:00 2001 From: saltedcoffii <55339220+saltedcoffii@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:15:02 -0500 Subject: [PATCH 1/2] Fix unclear cloning instructions Provide slightly nonstandard instructions because of links repos that aren't automatically cloned by `git clone`ing the parent repo. If there's an easier/more accurate way to do this, please feel free to use that instead of what I provided. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69204f6..6f28396 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ It is based on [this fork](https://github.com/shiftkey/desktop) which contains e Installation ------------ -To build and install this Flatpak, you have to [install Flatpak, Flatpak builder and the Flathub repo](https://flatpak.org/setup/). Don't forget to initialize this repo submodules. Then run: +To build and install this Flatpak, you have to [install Flatpak, Flatpak builder and the Flathub repo](https://flatpak.org/setup/). Don't forget to initialize this repo submodules. + +Clone this repository: `git clone https://github.com/dnohales/com.github.Desktop` and `cd` into the cloned repo. +Clone two more repositories: `git clone https://github.com/flatpak/flatpak-builder-tools` and `git clone https://github.com/flathub/shared-modules` + +Then run: ```sh flatpak-builder build com.github.Desktop.yaml --repo=repo --install --force-clean --install-deps-from=flathub From 3526c9fc450b6ef3cdf1d1b88d8017ed45f23df1 Mon Sep 17 00:00:00 2001 From: saltedcoffii <55339220+saltedcoffii@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:38:43 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f28396..dcfdefc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Installation To build and install this Flatpak, you have to [install Flatpak, Flatpak builder and the Flathub repo](https://flatpak.org/setup/). Don't forget to initialize this repo submodules. -Clone this repository: `git clone https://github.com/dnohales/com.github.Desktop` and `cd` into the cloned repo. -Clone two more repositories: `git clone https://github.com/flatpak/flatpak-builder-tools` and `git clone https://github.com/flathub/shared-modules` +``` +git clone --recursive https://github.com/dnohales/com.github.Desktop +``` Then run: