Skip to content

Commit 51cc4d7

Browse files
README
1 parent 307ffbf commit 51cc4d7

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# Sh
1+
# OpenOps Shell Scripts
22

3-
This repository is intended to host script files that client can use quickly with curl.
3+
This repository contains script files designed for quick use with `curl`.
44

5-
The scripts files in the docs directory are shared through GitHub Pages.
5+
See [openops.sh/help](https://openops.sh/help) and [docs.openops.com](https://docs.openops.com) for more details.
6+
7+
**Example usage:**
8+
9+
```shell
10+
curl -fsS https://openops.sh/install | sh
11+
```
12+
13+
**Example with environment variables:**
614

7-
Example usage:
8-
915
```shell
10-
curl -fsS https://openops.sh/share-logs | sh
16+
curl -fsS https://openops.sh/install | OPENOPS_VERSION=0.4.1 sh
1117
```

0 commit comments

Comments
 (0)