Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1718c9

Browse files
committed
chore: PR comments
1 parent a50376b commit e1718c9

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ Coder creates remote development machines so your team can develop from anywhere
3232
> **Note**:
3333
> Coder is in a beta state. [Report issues here](https://github.com/coder/coder/issues/new).
3434
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.
3639

3740
To install, run:
3841

scripts/build_windows_installer.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ cdroot
7777
temp_dir="$(TMPDIR="$(dirname "$input_file")" mktemp -d)"
7878
mkdir -p "$temp_dir/bin"
7979
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"
8484

8585
# Craft a license document by combining the AGPL license and optionally the
8686
# enterprise license.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)