summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-03-04 00:12:45 +0000
committerLudovic Courtès <ludo@gnu.org>2012-03-04 00:12:45 +0000
commitfab6b7bf9c091ef49c3773e0952d1f12809f1ac7 (patch)
treef975a26fad8766a8e1889611f1ba9fc5bbac1396
parent41098cb1f44c0f9c044cf640061864be854153be (diff)
Improve `README'.
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index b4deed1a3..fad03d76a 100644
--- a/README
+++ b/README
@@ -9,5 +9,12 @@ To get libsmbclient compiled under GNU/Hurd do the following:
4) You need the files: bin/libsmbclient.so and include/libsmbclient.h
5) Modify the Makefile to have correct path
-To run the translator use the settrans command under GNU/Hurd.
-settrans -c /src/smbfs/share/ /src/smbfs/smbfs -sSERVER_NAME -rSHARED_RESOURCE -wWORKGROUP -uUSERNAME -pPASSWORD
+To run the translator use the settrans command under GNU/Hurd:
+
+ settrans -c /src/smbfs/share/ /src/smbfs/smbfs \
+ -sSERVER_NAME -rSHARED_RESOURCE -wWORKGROUP -uUSERNAME -pPASSWORD
+
+where SERVER_NAME is the IP address or DNS entry name of the host
+running the SMB server, SHARED_RESOURCE is a slash-separated path
+staring with `smb://', WORKGROUP is a workgroup name such as
+"WORKGROUP".