File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
docs/content/en/Getting Started Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,23 @@ where you don’t have a privileged account.
1919Ideally, you should install it somewhere in your ` PATH ` for easy use. ` /usr/local/bin `
2020is the most probable location.
2121
22+ ### Using Shell
23+
24+ Eask's [ webinstall] ( https://github.com/emacs-eask/cli/tree/master/webinstall )
25+ provides convenience scripts to download and install the binary.
26+
27+ #### macOS and Linux
28+
29+ ```
30+ curl -fsSL https://raw.githubusercontent.com/emacs-eask/cli/master/webinstall/install.sh | sh
31+ ```
32+
33+ #### Windows
34+
35+ ```
36+ curl.exe -fsSL https://raw.githubusercontent.com/emacs-eask/cli/master/webinstall/install.bat | cmd /Q
37+ ```
38+
2239### npm
2340
2441If you have [ npm] ( https://www.npmjs.com/ ) installed on your machine, you can
Original file line number Diff line number Diff line change 2424
2525set -e
2626
27- $URL =https://github.com/emacs-eask/binaries/raw/master/linux-x64.zip
28-
2927if [ " $OS " = " Windows_NT" ]; then
3028 target=" win-x64"
3129else
@@ -47,7 +45,7 @@ zip=$eask_bin_dir/eask.zip
4745
4846mkdir -p $eask_bin_dir
4947
50- curl -fsSL eask_uri -o $zip
48+ curl -fsSL $ eask_uri -o $zip
5149
5250tar -xf $zip -C $eask_bin_dir
5351
You can’t perform that action at this time.
0 commit comments