File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,24 +38,24 @@ If the installer doesn't set your environment variables, add it using:
38
38
$ echo " export PATH=~/flight/bin:$PATH " >> YOUR_SHELL_CONFIG_HERE
39
39
```
40
40
...and restart your shell to use the command ` flight `
41
-
41
+ <!--
42
42
#### NodeJS based installer:
43
43
```bash
44
44
$ curl https://github.com/raw/flightpkg/flight/setup/dist/index.js -O && node index
45
45
```
46
46
47
47
48
48
49
- <!-- #### Homebrew:
49
+ #### Homebrew:
50
50
```bash
51
51
$ brew install flightpkg/flight
52
- ``` -->
52
+ ```
53
53
54
54
### Windows:
55
55
```ps1
56
56
> 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'))
57
57
```
58
-
58
+ -->
59
59
## Build From Source
60
60
Prerequisites: Git, Yarn and/or NPM, NodeJS.
61
61
You can’t perform that action at this time.
0 commit comments