Fixed a typo where an l was a 1
This commit is contained in:
parent
61ff4967a6
commit
cf124ffcdc
|
@ -8,7 +8,7 @@ Parcel has very few dependencies. Below, there's a list of those
|
||||||
dependencies that Parcel has:
|
dependencies that Parcel has:
|
||||||
|
|
||||||
- `gcc` (no other compiler is supported)
|
- `gcc` (no other compiler is supported)
|
||||||
- binutils (`ar`, `1d`, ...)
|
- binutils (`ar`, `ld`, ...)
|
||||||
- `bash`
|
- `bash`
|
||||||
- *The Usual* (a *libc*, the *system headers*, ...)
|
- *The Usual* (a *libc*, the *system headers*, ...)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue