mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-04 04:50:29 +00:00
fix git clone command to use anonymous read-only url
+2
-1
@@ -13,7 +13,8 @@ Steps
|
||||
1. Open a terminal window.
|
||||
2. First make sure you have dependencies installed. On Ubuntu this is done with: `sudo apt-get install subversion mysql-server libmysqlclient-dev`.
|
||||
3. Additional optional dependencies: `sudo apt-get install phpmyadmin`
|
||||
4. Clone the repository from github: `git clone git@github.com:EQEmu/Server.git eqemu`
|
||||
4. Clone the repository from github: `git clone git://github.com/EQEmu/Server.git eqemu`
|
||||
OR if behind a firewall/proxy `git https://://github.com/EQEmu/Server.git eqemu`
|
||||
5. `cd eqemu`
|
||||
6. If you do not have make or cmake installed already, `sudo apt-get install cmake make`
|
||||
7. `cmake .`
|
||||
|
||||
Reference in New Issue
Block a user