File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ Coder creates remote development machines so your team can develop from anywhere
32
32
> ** Note** :
33
33
> Coder is in a beta state. [ Report issues here] ( https://github.com/coder/coder/issues/new ) .
34
34
35
- The easiest way to install Coder is to use our [ install script] ( https://github.com/coder/coder/blob/main/install.sh ) for Linux and macOS.
35
+ The easiest way to install Coder is to use our
36
+ [ install script] ( https://github.com/coder/coder/blob/main/install.sh ) for Linux
37
+ and macOS. For Windows, use the latest ` ..._installer.exe ` file from GitHub
38
+ Releases.
36
39
37
40
To install, run:
38
41
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ cdroot
77
77
temp_dir=" $( TMPDIR=" $( dirname " $input_file " ) " mktemp -d) "
78
78
mkdir -p " $temp_dir /bin"
79
79
ln " $input_file " " $temp_dir /bin/coder.exe"
80
- cp " $( realpath scripts/installer/installer.nsi) " " $temp_dir /installer.nsi"
81
- cp " $( realpath scripts/installer/path.nsh) " " $temp_dir /path.nsh"
82
- cp " $( realpath scripts/installer/coder.ico) " " $temp_dir /coder.ico"
83
- cp " $( realpath scripts/installer/banner.bmp) " " $temp_dir /banner.bmp"
80
+ cp " $( realpath scripts/win- installer/installer.nsi) " " $temp_dir /installer.nsi"
81
+ cp " $( realpath scripts/win- installer/path.nsh) " " $temp_dir /path.nsh"
82
+ cp " $( realpath scripts/win- installer/coder.ico) " " $temp_dir /coder.ico"
83
+ cp " $( realpath scripts/win- installer/banner.bmp) " " $temp_dir /banner.bmp"
84
84
85
85
# Craft a license document by combining the AGPL license and optionally the
86
86
# enterprise license.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments