Skip to content

Commit a1c9a89

Browse files
bobfloatsroot
authored andcommitted
Update readme file
1 parent 6229585 commit a1c9a89

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Web GIT Version Control System [![Build Status](https://travis-ci.org/SSHVersionControl/git-web-client.svg?branch=master)](https://travis-ci.org/SSHVersionControl/git-web-client) [![Coverage Status](https://coveralls.io/repos/github/SSHVersionControl/git-web-client/badge.svg?branch=master)](https://coveralls.io/github/SSHVersionControl/git-web-client?branch=master) [![Latest Version](https://img.shields.io/github/release/SSHVersionControl/git-web-client.svg?style=flat-square)](https://github.com/SSHVersionControl/git-web-client/releases) [![Total Downloads](https://img.shields.io/packagist/dt/sshversioncontrol/git-web-client.svg?style=flat-square)](https://packagist.org/packages/sshversioncontrol/git-web-client) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SSHVersionControl/git-web-client/master/LICENSE)
1+
GIT Web Interface Client [![Build Status](https://travis-ci.org/SSHVersionControl/git-web-client.svg?branch=master)](https://travis-ci.org/SSHVersionControl/git-web-client) [![Coverage Status](https://coveralls.io/repos/github/SSHVersionControl/git-web-client/badge.svg?branch=master)](https://coveralls.io/github/SSHVersionControl/git-web-client?branch=master) [![Latest Version](https://img.shields.io/github/release/SSHVersionControl/git-web-client.svg?style=flat-square)](https://github.com/SSHVersionControl/git-web-client/releases) [![Total Downloads](https://img.shields.io/packagist/dt/sshversioncontrol/git-web-client.svg?style=flat-square)](https://packagist.org/packages/sshversioncontrol/git-web-client) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SSHVersionControl/git-web-client/master/LICENSE)
22
========================
33

4-
Welcome to the Web GIT Version Control System. This systems allows you to commit,search history,
4+
Welcome to the GIT Web Interface Version Control Client. This systems allows you to commit,search history,
55
branch, push, pull, and many other action on git repositories, locate locally and on remote servers with
6-
SFTP/SSH access. This system has been build using full stack symfony2 framework. It comes with an inbuilt issue tracker, to help organise your bugs, but also integrates with
6+
SFTP/SSH access. This system has been build using full stack Symfony2 framework. It comes with an inbuilt issue tracker, to help organise your bugs, but also integrates with
77
Github or Gitlabs, issue tracker for better remote support.
88

99

@@ -35,15 +35,24 @@ Create a new folder somewhere under your web server root directory ( eg /var/www
3535
```
3636
$ php -d memory_limit=-1 composer.phar create-project -s dev sshversioncontrol/git-web-client
3737
```
38+
39+
If composer is install globally then just run the command:
40+
```
41+
$ composer create-project -s dev sshversioncontrol/git-web-client
42+
```
43+
3844
Composer will install the project and all its dependencies under the current directory.
3945

4046
### Download an Archive File
4147

42-
You can also download a zip of the Version Control
43-
System and unpack it somewhere under your web server root directory. You will still need to run composer to download other dependencies.
48+
You can also download a zip of the GIT Web Interface Client and unpack it somewhere under your web server root directory. You will still need to run composer to download other dependencies.
4449

4550
$ curl -s http://getcomposer.org/installer | php
4651
$ php -d memory_limit=-1 composer.phar install
52+
53+
or if composer is install globally
54+
55+
$ composer install
4756

4857

4958
You will be prompted to enter in the database configuration.

0 commit comments

Comments
 (0)