diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-01-01 15:04:13 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2023-01-01 15:04:13 -0800 |
commit | 857c316881e6fede7dfe12daf2eecec539e0179c (patch) | |
tree | fa2d1911769aaad3f8888183a2012f1a8374bfb5 /README | |
parent | 4ba9788e0770d45882d257cd341a81c342c8873b (diff) |
Allow user to specify version
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ To generate a docset from the latest edition of ncurses, simply execute `make` from the same directory as this README file. The latest edition will be downloaded from www.invisible-island.net and packaged appropriately. +A specific version can also be downloaded and packaged by running `make VERSION=...`. + Requirements: - any POSIX-compliant shell |