File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -64,35 +64,16 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
6464
6565You 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:\p arseable.exe local-store
75+ ``` pwsh
76+ powershell -c "irm https://raw.githubusercontent.com/parseablehq/parseable/main/scripts/download.ps1 | iex"
9677```
9778
9879Once this runs successfully, you'll see dashboard at [ http://localhost:8000 ↗︎] ( http://localhost:8000 ) . You can login to the dashboard default credentials ` admin ` , ` admin ` .
You can’t perform that action at this time.
0 commit comments