File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1- gitfs [ ![ Build Status] ( https://drone.presslabs.net/api/badges/PressLabs/gitfs/status.svg?arrra )] ( https://drone.presslabs.net/github.com/PressLabs/gitfs ) [ ![ Coverage Status] ( https://coveralls.io/repos/PressLabs/gitfs/badge.png?branch=HEAD )] ( https://coveralls.io/r/PressLabs/gitfs?branch=HEAD )
1+ gitfs [ ![ Build Status] ( https://drone.presslabs.net/api/badges/PressLabs/gitfs/status.svg?arrra )] ( https://drone.presslabs.net/github.com/PressLabs/gitfs ) [ ![ Coverage Status] ( https://coveralls.io/repos/PressLabs/gitfs/badge.png?branch=HEAD )] ( https://coveralls.io/r/PressLabs/gitfs?branch=HEAD ) ![ PyPI ] ( https://img.shields.io/pypi/v/gitfs )
22========
33
44# Welcome to GitFS
@@ -37,10 +37,19 @@ sudo apt-get install gitfs
3737```
3838
3939### MacOS
40+
4041``` bash
4142brew install gitfs
4243```
4344
45+ #### Pip
46+
47+ We also publish a package to PyPI, which can be installed via pip using the following commmand:
48+
49+ ``` bash
50+ pip install gitfs
51+ ```
52+
4453## Usage
4554
4655You can mount a remote or local repository easly, just by providing the repository to clone and a directory used to mount.
You can’t perform that action at this time.
0 commit comments