summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2022-01-31 19:27:30 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-01-31 19:27:30 +0100
commitd881452fd34bccd5a38c440529b7b5c5ab055fa2 (patch)
treea578f8e818e6abb9a4526fe71b7b2d39667a82e6
parentbdb09e90f75406068b061a69a3bde3878e5287fa (diff)
downloadpatchelf-d881452fd34bccd5a38c440529b7b5c5ab055fa2.tar.gz
Fix typo: s/folllow/follow/
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9db921a..cfaad4f 100644
--- a/README.md
+++ b/README.md
@@ -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