From e0745dec6daed41b813780a310ced3983bbc8b8e Mon Sep 17 00:00:00 2001 From: Alessandro Rossi <4215912+kubealex@users.noreply.github.com> Date: Fri, 9 Aug 2024 07:25:26 +0200 Subject: [PATCH] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a3c84e4..bb51c7ba9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ SLAMD is open source under the terms of the [Sun Public License version 1.0](LIC To build SLAMD from source check it out of the repository with a command like: - git checkout https://github.com/dirmgr/slamd.git + git clone https://github.com/dirmgr/slamd.git Then change into the new `slamd` directory and run `build.sh` on Linux/UNIX-based systems, or `build.bat` on Windows. Once the build completes, go into `build/package` directory, and you will see zip files for the SLAMD server, the client, and the resource monitor client.