Skip to content

Commit 77647e4

Browse files
Fix line endings
1 parent 51cc4d7 commit 77647e4

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# OpenOps Shell Scripts
2-
3-
This repository contains script files designed for quick use with `curl`.
4-
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:**
14-
15-
```shell
16-
curl -fsS https://openops.sh/install | OPENOPS_VERSION=0.4.1 sh
17-
```
1+
# OpenOps Shell Scripts
2+
3+
This repository contains script files designed for quick use with `curl`.
4+
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:**
14+
15+
```shell
16+
curl -fsS https://openops.sh/install | OPENOPS_VERSION=0.4.1 sh
17+
```

0 commit comments

Comments
 (0)