From 3c9736d1659fafaab4d56128f02f9859bb3e859a Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 24 Mar 2024 09:43:01 +0100 Subject: [PATCH] added clarifications in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33d337a..1ad5f13 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,6 @@ Feel free to try or poke around in the source (it's all human-readable bash), or ## Usage Explaining section for not-so-intuitive configurations -- alias `sambaserver`: please `cd` into the directoy is needed to be shared and execute `sambaserver` followed by `"shareuser;"`, then just login with username `shareuser` and the provided password with the host computer as URL/IP, autodiscovery of both the host and the share was tested working on Windows and a Samsung Tablet. -- alias `termbin`: use when piping a cat/echo/file/etc to upload to termbin.com (¡requires Netcat!) +- alias `sambaserver`: (¡requires Docker!) please `cd` into the directoy is needed to be shared and execute `sambaserver`, then just login with default username `user` and the default password `P4ssw0rd` with the host computer as URL/IP, autodiscovery of both the host and the share was tested working on Windows and a Samsung Tablet. +- alias `sambastop`: (¡requires Docker!) when you're finished, this command stops and removes the samba container. +- alias `termbin`: (¡requires Netcat!) use when piping a cat/echo/file/etc to upload to termbin.com