diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-26 16:51:42 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-26 16:51:42 +0100 |
commit | 551a221d8f83737232f69ace111453440725625f (patch) | |
tree | 5c506715855e3133d0925b16c6e9689d4243a56f /topgit.mdwn | |
parent | a2ae55c943f54cbd5e70508a53eeff2ec9cf1ed5 (diff) |
First suggest to install from the distribution
Diffstat (limited to 'topgit.mdwn')
-rw-r--r-- | topgit.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/topgit.mdwn b/topgit.mdwn index 14d3c53e..3f192482 100644 --- a/topgit.mdwn +++ b/topgit.mdwn @@ -29,7 +29,13 @@ development branches, for example # Installing -It's fairly easy to install topgit. First, clone the git repo of topgit. +It's fairly easy to install topgit. + +You can simply installing from your distribution. + +Alternatively, you can install it from source. + +First, clone the git repo of topgit. $ git clone https://repo.or.cz/topgit.git $ cd topgit |