diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-25 02:03:13 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-25 02:03:13 +0100 |
commit | 6ef48f65620190ea00c5cac999f17a7a9bfc2b0a (patch) | |
tree | 61fc612bbe86d2f3ef89298e4d70482d65d92dc9 | |
parent | e5d7ddd07e2e5d408974c9538e05252da47e991f (diff) |
Updated the readme
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -37,6 +37,16 @@ repository: $ git clone https://github.com/uhlin/fics.git $ cd fics +### Checkout ### + +If you want you can checkout a specific version. For example: + + $ git checkout 1.4.4 + +To see all tags, type: + + $ git tag + Edit `FICS/config.h` with a text editor and save the file. $ emacs FICS/config.h @@ -53,6 +63,10 @@ running `make install`. Done! +**NOTE**: +Running `make install` multiple times is totally fine and does no harm +when a new version of FICS is available. + ### Make variables ### If you want you can customize the `FICS_HOME` and `PREFIX` make |