Commit 56c26a7634b695bac4e3e90740e68ce296037a7b

Authored by Jacob Vosmaer
1 parent bc9d4ebe

Specify the supported Ubuntu version

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
README.md
... ... @@ -8,7 +8,7 @@ GitLab!
8 8 After the steps below your GitLab instance should reachable over HTTP,
9 9 and have an admin user with username `root` and password `5iveL!fe`.
10 10  
11   -### Ubuntu
  11 +### Ubuntu 12.04
12 12  
13 13 ```
14 14 sudo apt-get install openssh-server
... ... @@ -74,7 +74,6 @@ external_url "http://gitlab.example.com"
74 74  
75 75 Run `sudo gitlab-ctl reconfigure` for the change to take effect.
76 76  
77   -
78 77 #### Invoking Rake tasks
79 78  
80 79 To invoke a GitLab Rake task, use `gitlab-rake`. For example:
... ...