Skip to content

Commit ebc129b

Browse files
author
Compey
authored
📝 Remove unstable install instructions
1 parent f337d19 commit ebc129b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@ If the installer doesn't set your environment variables, add it using:
3838
$ echo "export PATH=~/flight/bin:$PATH" >> YOUR_SHELL_CONFIG_HERE
3939
```
4040
...and restart your shell to use the command `flight`
41-
41+
<!--
4242
#### NodeJS based installer:
4343
```bash
4444
$ curl https://github.com/raw/flightpkg/flight/setup/dist/index.js -O && node index
4545
```
4646
4747
4848
49-
<!-- #### Homebrew:
49+
#### Homebrew:
5050
```bash
5151
$ brew install flightpkg/flight
52-
``` -->
52+
```
5353
5454
### Windows:
5555
```ps1
5656
> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/raw/flightpkg/flight/main/install.ps1'))
5757
```
58-
58+
-->
5959
## Build From Source
6060
Prerequisites: Git, Yarn and/or NPM, NodeJS.
6161

0 commit comments

Comments
 (0)