Fix typo: s/folllow/follow/

This commit is contained in:
Bjørn Forsman
2022-01-31 19:27:30 +01:00
parent bdb09e90f7
commit d881452fd3

View File

@@ -84,7 +84,7 @@ You can build with Nix in several ways.
1. Building via `nix build` will produce the result in `./result/bin/patchelf`. If you would like to build _patchelf_ with _musl_ try `nix build .#patchelf-musl`
2. You can launch a development environment with `nix develop` and folllow the autotools steps above. If you would like to develop with _musl_ try `nix develop .#musl`
2. You can launch a development environment with `nix develop` and follow the autotools steps above. If you would like to develop with _musl_ try `nix develop .#musl`
## Author