diff --git a/.licenserc.yaml b/.licenserc.yaml index 4ee3bde..ae49252 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -47,10 +47,13 @@ header: - DISCLAIMER - LICENSE - NOTICE + - '_patches/**' dependency: files: - go.mod + - package.json + licenses: - name: github.com/xi2/xz version: v0.0.0-20171230120015-48954b6210f8 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.