From b0fc9da52997e591ed743068e5a1ba822872095e Mon Sep 17 00:00:00 2001 From: Trustable User Date: Sun, 12 Jul 2026 18:08:34 +0200 Subject: [PATCH 1/3] fixed README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 161bdca..0f4cb1c 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,18 @@ Quick install in Linux, MacOS and Windows with WSL or GitBash: ``` -curl -sL bit.ly/get-ops | bash +curl -sL n7s.co/get-ops | bash ```` -**To be implemented**: quick install in Windows with PowerShell +Quick install in Windows with PowerShell ``` -irm bit.ly/get-ops-exe | iex +irm n7s.co/get-ops-exe | iex ```` +**NOTE** in windows there are some features like the ide that requires you use a devcontainer +with `ops ide devcontainer` + # What is `ops`? Well, as you can guess it helps with operations: `ops` is the OpenServerless CLI. From 7400c9507902c3f7025e8902401eab366d576e95 Mon Sep 17 00:00:00 2001 From: Michele Sciabarra Date: Sat, 18 Jul 2026 13:15:10 +0000 Subject: [PATCH 2/3] fix --- _patches/task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_patches/task b/_patches/task index c14dc1e..9a87dbc 160000 --- a/_patches/task +++ b/_patches/task @@ -1 +1 @@ -Subproject commit c14dc1e4fdb5203df0a57db124d5ccb75dd47832 +Subproject commit 9a87dbc20cebee2647aaafeb3fc6b29dbf6e6ff7 From bacedcaf3523032f1a6b8d2160b4e774be7d311d Mon Sep 17 00:00:00 2001 From: Trustable User Date: Sun, 19 Jul 2026 09:15:49 +0200 Subject: [PATCH 3/3] ignore submodules --- .licenserc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index 42ab471..4cddb45 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -47,9 +47,10 @@ header: - DISCLAIMER - LICENSE - NOTICE + - '_patches/**' dependency: files: - go.mod - - package.json + - package.json