Skip to content

Commit f614246

Browse files
committed
more README fixing
1 parent a04571d commit f614246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ make zImage -j16
8383

8484
### Building the user-space kexec binary
8585
```
86-
git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
86+
git clone git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
8787
cd kexec-tools
88+
./bootstrap
8889
LDFLAGS=-static ./configure --host=arm-unknown-linux-uclibcgnueabi
8990
make -j16
9091
```

0 commit comments

Comments
 (0)