File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,9 @@ You should see one or more tags listed:
124124
125125![ commit tags] ( ../images/git_submodules/commit_tags.png )
126126
127+ If you see no tags listed, go back and proceed with [ getting the
128+ archive] ( #getting-the-archive ) .
129+
127130You should take note of the commit hash of the commit. We know the commit hash
128131from before, but it's highlighted here in green again for good measure (it is a
129132shortened version of it).
@@ -160,9 +163,21 @@ Click on "Code" and copy the link for downloading ZIP:
160163
161164![ get link] ( ../images/git_submodules/get_link.png )
162165
163- This is the link to download the submodule. Note that ` void-packages ` prefers
164- ` .tar.gz ` archives instead of ` .zip ` archives. GitHub has no button for that,
165- but you can simply change the link:
166+ This is the link to download the submodule.
167+
168+ ~~~ admonish warning
169+ If you get the following link:
170+
171+ ```
172+ https://github.com/Skycoder42/QHotkey/archive/refs/heads/master.zip
173+ ```
174+
175+ i.e. something containing **`refs/heads`** and not `refs/tags` or a commit hash,
176+ you have followed the instructions incorrectly.
177+ ~~~
178+
179+ Note that ` void-packages ` prefers ` .tar.gz ` archives instead of ` .zip ` archives.
180+ GitHub has no button for that, but you can simply edit the link:
166181
167182```
168183https://github.com/Skycoder42/QHotkey/archive/refs/tags/1.4.2.zip
You can’t perform that action at this time.
0 commit comments