Skip to content

Commit f161f90

Browse files
committed
Blobfs v0.0.3 for winodows
1 parent 518dc02 commit f161f90

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ It is highly recommended that you should config it as a windows services.
7676
-// you also can do these actions against a existing file, this also works, but the time depends on the size of the file.
7777
7878
* Programming way
79+
7980
-FileWriter fw = new FileWriter("G:\\container1\\append.log", true) // java 1.7+
8081

8182
-applendFile = open("G:\\container1\\append.log",' a+') // Python
@@ -98,9 +99,12 @@ It is highly recommended that you should config it as a windows services.
9899
* In some cases for the desktop user, right-click these files (*.PPT(X), *.DOC(X)) may casue very slow response.
99100

100101
## Supported platforms
101-
*Linux : [blobfs](https://github.com/wesley1975/blobfs)
102-
*MacOS (via osxfuse): [blobfs](https://github.com/wesley1975/blobfs)
103-
*windows: [blobfs-win](https://github.com/wesley1975/blobfs-win)
102+
* Linux : [blobfs](https://github.com/wesley1975/blobfs)
103+
104+
* MacOS (via osxfuse): [blobfs](https://github.com/wesley1975/blobfs)
105+
106+
* windows: [blobfs-win](https://github.com/wesley1975/blobfs-win)
107+
104108

105109
## Command Line Usage
106110
usage: Blobfs-Win OPTIONS

0 commit comments

Comments
 (0)