Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reverse tests on OSX, improve install documentation #51

Merged
merged 6 commits into from
Jan 18, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
README.md: Add link to the man page
github renders pod files beautifully, and encfs(1) is an
excellent document.
  • Loading branch information
rfjakob committed Jan 13, 2015
commit fce6d727e3e66bd2e30610847b56b90b8e6a0689
3 changes: 2 additions & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ user-mode and acts as a transparent encrypted filesystem.
Usage
-----

- To see command line options, see the man page for encfs and encfsctl, or for
- To see command line options, see the man page for [encfs](encfs/encfs.pod)
and [encfsctl](encfs/encfsctl.pod), or for
brief usage message, run the programs without an argument (or '-h'):
% encfs -h
% man encfs
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ EncFS encrypts individual files, by translating all requests for the virtual
EncFS filesystem into the equivalent encrypted operations on the raw
filesystem.

For more technical details and a usage overview, see [DESIGN.md](DESIGN.md).
For more info, see:

- The excellent [encfs manpage](encfs/encfs.pod)
- The technical overview in [DESIGN.md](DESIGN.md)

## Status

Expand Down