Skip to content

Commit a76b181

Browse files
committed
updated README
1 parent 460a92a commit a76b181

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,38 @@ Quick examples
5959

6060
Recursively and incrementally index all non-binary files showing progress:
6161

62-
$ ugrep-indexer -I -v
62+
ugrep-indexer -I -v
6363

6464
Index all non-binary files, show progress, follow symbolic links to files (but
6565
not to directories), and do not index files and directories matching the globs
6666
in .gitignore:
6767

68-
$ ugrep-indexer -I -v -S -X
68+
ugrep-indexer -I -v -S -X
6969

7070
Recursively force re-indexing of all non-binary files:
7171

72-
$ ugrep-indexer -f -I
72+
ugrep-indexer -f -I
7373

7474
Recursively delete all hidden `._UG#_Store` index files to restore the
7575
directory tree to non-indexed:
7676

77-
$ ugrep-indexer -d
77+
ugrep-indexer -d
7878

7979
Increase search performance by increasing the indexing accuracy from 5
8080
(default) to 7 at a cost of larger index files:
8181

82-
$ ugrep-indexer -If7
82+
ugrep-indexer -If7
83+
84+
Build steps
85+
-----------
86+
87+
Configure and compile with:
88+
89+
./build.sh
90+
91+
If desired but not required, install with:
92+
93+
sudo make install
8394

8495
Q&A
8596
---

0 commit comments

Comments
 (0)