From 856867bcafdfdde7d250d95075a6e9f0f20c32fb Mon Sep 17 00:00:00 2001 From: AkariiinMKII <6019344+AkariiinMKII@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:44:56 +0800 Subject: [PATCH] chore: Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f0f52f..7a34917 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Simply run following commands: scoop bucket add Scoop4kariiin https://github.com/AkariiinMKII/Scoop4kariiin # Install apps by manifest name -scoop install # Use Scoop4kariiin/ if app name conflicts with ones in other bucket. +scoop install +# If manifest name conflicts with ones in other buckets, use following command instead: +# scoop install Scoop4kariiin/ ``` > [!IMPORTANT] @@ -24,7 +26,7 @@ scoop install # Use Scoop4kariiin/ if app name conflicts wi > > In this case, installing apps directly from manifest URL will fail with following error: > -> ```PowerShell +> ```plaintext > Missing files, please re-add Scoop4kariiin bucket and re-install this app. > ``` >