Skip to content

Commit

Permalink
Update README with info about installing software on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Feb 20, 2015
1 parent 6c4f10b commit 0d508eb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,16 @@ Freeciv-web can be setup using Vagrant on VirtualBox to quickly create a
local developer image running Freeciv-web on Ubuntu 14.04 on your host
operating system such as Windows, OSX or Linux.

1. Install VirtualBox: https://www.virtualbox.org/
2. Install Vagrant: http://www.vagrantup.com/
1. Install VirtualBox: https://www.virtualbox.org/ - Install manually on Windows, and with the following command on Linux:
```bash
sudo apt-get install virtualbox
```

2. Install Vagrant: http://www.vagrantup.com/ - Install manually on Windows
, and with the following command on Linux:
```bash
sudo apt-get install vagrant
```

3. Install Git: http://git-scm.com/ then check out Freeciv-web from git to
a directory on your computer, by running this git command:
Expand Down

0 comments on commit 0d508eb

Please sign in to comment.