summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-04-21 19:57:29 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-05-07 12:14:04 -0400
commit08a7e44822c5f292fdef4ba19a5862cad250e3e1 (patch)
tree8ebfd253508ac6dba76cb07669d7cb95594b06a2
parent590b26bc3da2ad220933761cdaaa6a4be9682f87 (diff)
downloadbfs-08a7e44822c5f292fdef4ba19a5862cad250e3e1.tar.xz
README: Open the "already packaged" section by default
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index a2ebeb6..331eb68 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ If the [`NO_COLOR`](https://no-color.org/) environment variable is set, colors w
Installation
------------
-<details>
+<details open>
<summary>
<code>bfs</code> may already be packaged for your operating system.
<p></p>
@@ -271,7 +271,13 @@ $ brew install oniguruma
</pre>
</details>
-Once the dependencies are installed, download one of the [releases](https://github.com/tavianator/bfs/releases) or clone the [git repo](https://github.com/tavianator/bfs).
+<details>
+<summary>
+Once you have the dependencies, you can build <code>bfs</code>.
+<p></p>
+</summary>
+
+Download one of the [releases](https://github.com/tavianator/bfs/releases) or clone the [git repo](https://github.com/tavianator/bfs).
Then run
$ make
@@ -288,3 +294,5 @@ If you're interested in speed, you may want to build the release version instead
Finally, if you want to install it globally, run
# make install
+
+</details>