From ab89d0246159b066eac3d9fc20edf14b293cb92a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 17 Apr 2024 15:42:01 +0200 Subject: [PATCH] fix type cp vs mkdir --- misc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/README.md b/misc/README.md index a23b158..2d393d0 100644 --- a/misc/README.md +++ b/misc/README.md @@ -5,7 +5,7 @@ Somne system integrations, you may want to edit the download file and adjust you ## macOS ```shell -cp $HOME/Library/LaunchAgents/ +mkdir -p $HOME/Library/LaunchAgents/ curl -L https://raw.githubusercontent.com/chmouel/gosmee/main/misc/com.chmouel.gosmee.plist -o $HOME/Library/LaunchAgents/com.chmouel.gosmee.plist launchctl load -w ~/Library/LaunchAgents/com.chmouel.gosmee.plist