Skip to content

Commit

Permalink
README.md: adjust wording of the configure command
Browse files Browse the repository at this point in the history
  • Loading branch information
rhythm16 authored Oct 21, 2023
1 parent bd39539 commit a641b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To build with Autotools (Autoconf and Automake) on GNU/Linux, OSX, or Windows 10
$ git clone https://github.com/universal-ctags/ctags.git
$ cd ctags
$ ./autogen.sh
$ ./configure --prefix=/where/you/want # defaults to /usr/local
$ ./configure # use --prefix=/where/you/want to override installation directory, defaults to /usr/local
$ make
$ make install # may require extra privileges depending on where to install
```
Expand Down

0 comments on commit a641b3b

Please sign in to comment.