version control - Correct way to install Mercurial on Ubuntu -
i kind of new both, mercurial , ubuntu.
i seem have awkwardly installed few other software packages already, wanted see how others go doing this.
should use apt-get command? if so, how use in case? best place install mercurial on file system, , how make part of shell (i thinking svn-ish) can check things in , update?
thanks, alex
just use:
sudo apt-get install mercurial it should install in default folder , update environment variables correctly. should able use 'hg' command line, svn, although hg better source control tool.
Comments
Post a Comment