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 )
2
2
========
3
3
4
4
# Welcome to GitFS
@@ -37,10 +37,19 @@ sudo apt-get install gitfs
37
37
```
38
38
39
39
### MacOS
40
+
40
41
``` bash
41
42
brew install gitfs
42
43
```
43
44
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
+
44
53
## Usage
45
54
46
55
You 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