Skip to content

Commit bb7d6ca

Browse files
authored
Update README.md
1 parent 193b48d commit bb7d6ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sftp(1) and ssh_config(5)), including the remote port number
5050

5151
To unmount the filesystem:
5252

53-
fusermount -u mountpoint
53+
umount mountpoint
5454

5555

5656
Installing
@@ -62,6 +62,7 @@ http://github.com/libfuse/libfuse.
6262
You also need to install the devel package for glib2.0. After
6363
installing FUSE, compile sshfs the usual way:
6464

65+
autoreconf -vfi
6566
./configure
6667
make
6768
make install (as root)

0 commit comments

Comments
 (0)