X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=dcdf72f2969936abfdfde731f6373b1258c15191;hb=f39a93b185065292e526786e7c1971d9fc5d92b4;hp=06c2cc2b6f675b60c6af53fc68e250df52b5064d;hpb=69175e4972e68cb5c210d521a035a382074430dc;p=catagits%2FGitalist.git diff --git a/README b/README index 06c2cc2..dcdf72f 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ GETTING GITALIST The canonical repository for the master branch is: - it://git.shadowcat.co.uk/catagits/Gitalist.git + git://git.shadowcat.co.uk/catagits/Gitalist.git Gitalist is also mirrored to github, and a number of people have active forks with branches and/or new features in the master branch. @@ -83,13 +83,13 @@ INITIAL CONFIGURATION Alternatively, if you only want to set a repository directory and are otherwise happy with the default configuration, then you can set the - "GITALIST_REPOS_DIR" environment variable, or pass the "--repos_dir" - flag to any of the scripts. + "GITALIST_REPO_DIR" environment variable, or pass the "--repos_dir" flag + to any of the scripts. - GITALIST_REPOS_DIR=/home/myuser/code/git gitalist_server.pl + GITALIST_REPO_DIR=/home/myuser/code/git gitalist_server.pl gitalist_server.pl --repos_dir home/myuser/code/git - The "GITALIST_REPOS_DIR" environment variable will override the + The "GITALIST_REPO_DIR" environment variable will override the repository directory set in configuration, and will itself be overridden by he "--repos_dir" flag. @@ -129,7 +129,7 @@ SUPPORT SEE ALSO Gitalist::Controller::Root - Gitalist::Git::Project + Gitalist::Git::Repository Catalyst