Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/billziss-gh/cgofuse
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Apr 30, 2017
2 parents ee09697 + 3bdc974 commit 4079a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FUSE library for Go
# Cross-platform FUSE library for Go

[![Travis CI](https://img.shields.io/travis/billziss-gh/cgofuse.svg?label=osx/linux)](https://travis-ci.org/billziss-gh/cgofuse)
[![AppVeyor](https://img.shields.io/appveyor/ci/billziss-gh/cgofuse.svg?label=windows)](https://ci.appveyor.com/project/billziss-gh/cgofuse)
Expand Down Expand Up @@ -26,7 +26,7 @@ Cgofuse currently runs on **OSX**, **Linux** and **Windows** (using [WinFsp](htt
$ go install -v ./fuse ./examples/memfs ./examples/passthrough
```
**Windows**
- [WinFsp](https://github.com/billziss-gh/winfsp), gcc (e.g. from [Mingw-builds](http://mingw-w64.org/doku.php/download))
- Prerequisites: [WinFsp](https://github.com/billziss-gh/winfsp), gcc (e.g. from [Mingw-builds](http://mingw-w64.org/doku.php/download))
- Build:
```
> cd cgofuse
Expand Down

0 comments on commit 4079a85

Please sign in to comment.