We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307ffbf commit 51cc4d7Copy full SHA for 51cc4d7
1 file changed
README.md
@@ -1,11 +1,17 @@
1
-# Sh
+# OpenOps Shell Scripts
2
3
-This repository is intended to host script files that client can use quickly with curl.
+This repository contains script files designed for quick use with `curl`.
4
5
-The scripts files in the docs directory are shared through GitHub Pages.
+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:**
14
-Example usage:
-
15
```shell
- curl -fsS https://openops.sh/share-logs | sh
16
+curl -fsS https://openops.sh/install | OPENOPS_VERSION=0.4.1 sh
17
```
0 commit comments