Skip to content

Commit 64ef363

Browse files
committed
update readme to use the scripts to download
1 parent e2b4264 commit 64ef363

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,35 +64,16 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
6464

6565
You can download and run the Parseable binary on your laptop.
6666

67-
- Linux
67+
- Linux or MacOS
6868

6969
```bash
70-
wget https://github.com/parseablehq/parseable/releases/download/v0.9.0/Parseable_x86_64-unknown-linux-gnu -O parseable
71-
chmod +x parseable
72-
./parseable local-store
73-
```
74-
75-
- MacOS (Apple Silicon)
76-
77-
```bash
78-
wget https://github.com/parseablehq/parseable/releases/download/v0.9.0/Parseable_aarch64-apple-darwin -O parseable
79-
chmod +x parseable
80-
./parseable local-store
81-
```
82-
83-
- MacOS (Intel)
84-
85-
```bash
86-
wget https://github.com/parseablehq/parseable/releases/download/v0.9.0/Parseable_x86_64-apple-darwin -O parseable
87-
chmod +x parseable
88-
./parseable local-store
70+
curl https://raw.githubusercontent.com/parseablehq/parseable/main/scripts/download.sh | bash
8971
```
9072

9173
- Windows
9274

93-
```bash
94-
Invoke-WebRequest -Uri "https://github.com/parseablehq/parseable/releases/download/v0.9.0/Parseable_x86_64-pc-windows-msvc.exe" -OutFile "C:\parseable.exe"
95-
C:\parseable.exe local-store
75+
```pwsh
76+
powershell -c "irm https://raw.githubusercontent.com/parseablehq/parseable/main/scripts/download.ps1 | iex"
9677
```
9778

9879
Once this runs successfully, you'll see dashboard at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`.

0 commit comments

Comments
 (0)