[racket-dev] "Getting git" instructions

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Oct 1 14:33:14 EDT 2010

20 minutes ago, Neil Toronto wrote:
> The Ubuntu instructions should have a "sudo apt-get update" after
> adding the ppa repository.

Is this about the git instructions at git.racket-lang.org, and if so,
do you mean that it should be:

          sudo add-apt-repository ppa:git-core/ppa
          sudo apt-get update
          sudo apt-get install git-core

?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.