You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ but the basic sequence is as follows:
26
26
1. Have a working Linux, Unix, WSL, or Cygwin environment with Bash shell support (currently untested under Mac)
27
27
2. Install build dependencies
28
28
1. See the [Continuous Integration workflow](.github/workflows) for a current dependency list
29
-
2. If you platform/distro does not include a package for git-restore-mtime ([like Debian does](https://packages.debian.org/search?keywords=git-restore-mtime&searchon=names&suite=stable§ion=all)) _and_ you will be cloning from git, install this manually (c.f. the [git-tools project page](https://github.com/MestreLion/git-tools) for both distro package names and manual install instructions).
29
+
2. If you platform/distro does not include a package for git-restore-mtime ([like Debian does](https://packages.debian.org/search?keywords=git-restore-mtime&searchon=names&suite=stable§ion=all)) _and_ you will be cloning from git, install this manually (c.f. the [git-tools project page](https://github.com/MestreLion/git-tools) for both various distro-specific package names and manual install instructions).
30
30
3. Obtain a copy of the source via _either_ of the following means:
31
31
1. Clone from GitHub: `git clone [--branch <name of branch or tag>] https://github.com/BrickBot/GNU-Legacy-Toolchain.git` –or–
32
32
2. Download and extract a source archive, such as from one of the [releases](releases)
0 commit comments