From 1475f1bb3d11396c4e77617faadfb33363fd2a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Mili=C4=87?= Date: Sat, 1 Sep 2018 18:00:47 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf5c8c5..29a69ec 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ To update all packages run `./update_all.ps1`. It accepts few options: ./update_all.ps1 -Name a* # Update all packages which name start with letter 'a' ./update_all.ps1 -ForcedPackages 'cpu-z copyq' # Update all packages and force cpu-z and copyq ./update_all.ps1 -ForcedPackages 'copyq:1.2.3' # Update all packages but force copyq with explicit version +./update_all.ps1 -ForcedPackages 'libreoffice-streams\fresh:6.1.0]' # Update all packages but force libreoffice-streams package to update stream `fresh` with explicit version `6.1.0`. ./update_all.ps1 -Root 'c:\packages' # Update all packages in the c:\packages folder ```