summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-03-02 22:19:36 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-03-02 22:19:36 -0500
commit09558efdf0af09db73a4d16039a1e2718e7a58c5 (patch)
treeb7c702eb8c54c87098748fb7c22746edda9bfa87
parentf4c4ede87fb1e23adf53c9112c59a02060475919 (diff)
downloadbfs-09558efdf0af09db73a4d16039a1e2718e7a58c5.tar.xz
README: Put the binary package instructions first
-rw-r--r--README.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/README.md b/README.md
index 9938a12..e98e42f 100644
--- a/README.md
+++ b/README.md
@@ -103,26 +103,7 @@ Try it!
<a href="https://repology.org/metapackage/bfs"><img src="https://repology.org/badge/vertical-allrepos/bfs.svg" alt="Packaging status" align="right" /></a>
-To get `bfs`, download one of the [releases](https://github.com/tavianator/bfs/releases) or clone the [git repo](https://github.com/tavianator/bfs).
-Then run
-
- $ make
-
-This will build the `bfs` binary in the current directory.
-You can test it out:
-
- $ ./bfs -nohidden
-
-If you're interested in speed, you may want to build the release version instead:
-
- $ make clean
- $ make release
-
-Finally, if you want to install it globally, run
-
- $ sudo make install
-
-Alternatively, `bfs` may already be packaged for your distribution of choice.
+`bfs` may already be packaged for your distribution of choice.
For example:
<pre>
@@ -147,3 +128,22 @@ For example:
<strong>Homebrew</strong>
$ brew install tavianator/tap/bfs
</pre>
+
+To install `bfs` from source, download one of the [releases](https://github.com/tavianator/bfs/releases) or clone the [git repo](https://github.com/tavianator/bfs).
+Then run
+
+ $ make
+
+This will build the `bfs` binary in the current directory.
+You can test it out:
+
+ $ ./bfs -nohidden
+
+If you're interested in speed, you may want to build the release version instead:
+
+ $ make clean
+ $ make release
+
+Finally, if you want to install it globally, run
+
+ $ sudo make install