From b1ebd146e843237781657872aa83b65ddce166f7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 18 Oct 2022 12:01:45 -0400 Subject: README: Move the spacing

out of the --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0b48d1b..8f77392 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Features
bfs operates breadth-first, which typically finds the file(s) you're looking for faster. -

+

Imagine the following directory tree: @@ -95,8 +95,8 @@ haystack/deep/1/2/3/4
bfs tries to be easier to use than find, while remaining compatible. -

+

For example, `bfs` is less picky about where you put its arguments: @@ -140,8 +140,8 @@ haystack/needle
bfs gives helpful errors and warnings. -

+

For example, `bfs` will detect and suggest corrections for typos: @@ -165,8 +165,8 @@ $ bfs -print -name 'needle'
bfs adds some options that make common tasks easier. -

+

For example, the `-exclude` operator skips over entire subtrees whenever an expression matches. `-exclude` is both more powerful and easier to use than the standard `-prune` action; compare @@ -192,8 +192,8 @@ Installation
bfs may already be packaged for your operating system. -

+

 Alpine Linux
@@ -228,8 +228,8 @@ $ brew install tavianator/tap/bfs
 
To build bfs from source, you may need to install some dependencies. -

+

The only absolute requirements for building `bfs` are a C compiler, [GNU make](https://www.gnu.org/software/make/), and [Bash](https://www.gnu.org/software/bash/). These are installed by default on many systems, and easy to install on most others. @@ -274,8 +274,8 @@ See the [build documentation](/docs/BUILDING.md#dependencies) for how to disable
Once you have the dependencies, you can build bfs. -

+

Download one of the [releases](https://github.com/tavianator/bfs/releases) or clone the [git repo](https://github.com/tavianator/bfs). Then run -- cgit v1.2.3