Skip to content

Commit 0a72ba3

Browse files
Split installation instructions into sections
Add a section for each operating system
1 parent d2d42fa commit 0a72ba3

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

docs/sources/k6-studio/set-up/install.md

+28-11
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,41 @@ weight: 100
66

77
# Install k6 Studio
88

9-
You can install k6 Studio on Windows and macOS.
9+
You can install k6 Studio on Windows, macOS, and Linux.
1010

1111
## Before you begin
1212

1313
- Install [Google Chrome](https://www.google.com/chrome/) on your computer.
1414

15-
## Install k6 Studio
15+
## Install k6 Studio on Mac
1616

17-
To install k6 Studio:
17+
To install k6 Studio on macOS:
1818

19-
- Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
20-
- Download the executable file for your system.
21-
- **For Windows**: Click on **k6.Studio-{VERSION}-Setup.exe**.
22-
- **For macOS**: Click on **k6.Studio-{VERSION}-arm64.dmg**.
23-
- After the download finishes, open the executable file.
19+
1. Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
20+
1. Download the executable file for macOS:
21+
- If your Mac has an Apple silicon processor, download **k6.Studio-{VERSION}-arm64.dmg**.
22+
- If your Mac has an Intel silicon processor, download **k6.Studio-{VERSION}-x64.dmg**.
23+
1. After the download finishes, open the executable file.
24+
1. When prompted, move the k6 Studio application file to the Applications folder. This ensure updates can be installed correctly.
2425

25-
{{< admonition type="note" >}}
26+
## Install k6 Studio on Windows
2627

27-
For macOS users, make sure that you install k6 Studio in your Applications folder. If you install it in your Downloads folder, the application won't work correctly.
28+
To install k6 Studio on Windows:
2829

29-
{{< /admonition >}}
30+
1. Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
31+
1. Download the executable file for Windows: **k6.Studio-{VERSION}-Setup.exe**.
32+
1. After the download finishes, open the executable file.
33+
34+
## Install k6 Studio on Linux
35+
36+
To install k6 Studio on Linux:
37+
38+
1. Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
39+
1. Download the executable file for Linux:
40+
- If you're using a Debian-based system, download **k6.Studio-{VERSION}-amd64.deb**.
41+
- If you're using a Red Hat-based system, download **k6.Studio-{VERSION}-x86_64.rpm**.
42+
1. After the download finishes, open your terminal and run:
43+
44+
```bash
45+
sudo dpkg -i <K6_STUDIO_EXECUTABLE>
46+
```

0 commit comments

Comments
 (0)