Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .licenserc.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -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.
Expand Down
Loading