From d3b2be18cc57a8e6c6eaa10b765c007d8b1e4219 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 3 Jan 2024 12:47:22 +0200 Subject: [README] Removed sh code type and added clarification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fe48ed0..bdfd580 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If the server cannot find a requested file, then the error file is returned (who *Note:* A quirk with Markdown anchors is that relative paths are always relative to the files root, not the current directory. -For example, if you want to share a folder `~/Documents` on username `mynotes` with an error file `./error.md`, then the corresponding argument to `server` would be `mynotes,~/Documents,./error.md`. +For example, if you want to share a folder `~/Documents` on username `mynotes` with an error file `./error.md` (again, this path is relative to `~/Documents`), then the corresponding argument to `server` would be `mynotes,~/Documents,./error.md`. When running you'll see logs, related to all connections with the server. @@ -120,7 +120,7 @@ Name: "demo" Root dir: "./demo" Error file: "page.md" Exiting... ``` -```sh +``` $ ./browser blank -- cgit v1.2.3