Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit c4dff58

Browse files
committed
readme: switched over to using gitfs start
1 parent f858201 commit c4dff58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ clone:
7171
7272
### Running gitfs
7373
74-
Once your configuration has been created and values have been replaced, you can run `gitfs`.
74+
Once your configuration has been created and values have been replaced, you can run `gitfs start`.
7575
Note that running `gitfs` will spawn the filesystem service as a blocking process in your active terminal window.
7676
You can run this as a systemctl daemon, but I find having access to the logs more readily at this time is a bit nicer.
7777

78-
To run, simply execute `gitfs`.
78+
To run, simply execute `gitfs start`.
7979
When run successfully, you should see an output message similar to the one below.
8080

8181
```
8282
[mjpitz@mjpitz ~/Development/go/src/github.com/mjpitz/gitfs master]
83-
$ gitfs
83+
$ gitfs start
8484
INFO[0000] [main] configured mount point: /Users/mjpitz/Development/code
8585
INFO[0000] [main] fetching repositories
8686
INFO[0000] [remotes.github] processing organizations for user: mjpitz

0 commit comments

Comments
 (0)