From 1a2934acf03a128119745ceb6883736e6e1b2ba0 Mon Sep 17 00:00:00 2001 From: Gabriel Berardi <54224251+gabriel-berardi@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:38:04 +0100 Subject: [PATCH 1/2] Fixing a small typo in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d7ac213..6df6ebf 100644 --- a/readme.md +++ b/readme.md @@ -289,7 +289,7 @@ You can run the following command to install h-m-m: wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | sh ``` -This command downloads and runs the install.sh script, which it turn downloads h-m-m, copies it to `/usr/local/bin`, checks the dependencies, and makes it executable. +This command downloads and runs the install.sh script, which in turn downloads h-m-m, copies it to `/usr/local/bin`, checks the dependencies, and makes it executable. After installing, you can run `h-m-m` from anywhere in your terminal to run the application with an empty map, or `h-m-m filename` to open an existing file. From bcc0706defc8b8630166fa2637547555aaa8629c Mon Sep 17 00:00:00 2001 From: Jingup <36259596+Jingup@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:55:12 +0800 Subject: [PATCH 2/2] Update Dockerfile Add a variable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baacfe0..427873a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN docker-php-ext-install mbstring COPY ./h-m-m . -CMD ["./h-m-m"] +CMD ./h-m-m $file