You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v2/installation/binary_release.mdx
+30-9Lines changed: 30 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,43 @@ title: Binary Releases
4
4
5
5
Oura can be run as a standalone executable. Follow the instructions for your particular OS / Platform to install a local copy from our Github pre-built releases.
6
6
7
-
## MacOS
7
+
## Install via shell script
8
8
9
-
Use the following command to download and install _Oura's_ binary release for MacOS:
9
+
You can run the following command line script to install Oura on supported systems (Mac / Linux)
10
10
11
11
```sh
12
-
curl --silent --location https://git.io/JD2iH | \
13
-
tar xz -C /tmp && mv /tmp/oura /usr/local/bin
12
+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/oura/releases/latest/download/oura-installer.sh | sh
14
13
```
15
14
16
-
## GNU/Linux
15
+
## Install via powershell script
17
16
18
-
Use the following command to download and install _Oura's_ binary release for GNU/Linux:
17
+
You can use Powershell to install Oura on Windows systems.
0 commit comments