Skip to content

Commit

Permalink
add note for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 14, 2024
1 parent 7d5829d commit 2294fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ install_dotenvx() {
# 1. setup tmpdir
local tmpdir=$(command mktemp -d)

# todo: handle dotenvx.exe when on a windows machine? binary is not package/dotenvx, it's package/dotenvx.exe
# curl -O https://registry.npmjs.org/@dotenvx/dotenvx-darwin-arm64/-/dotenvx-darwin-arm64-0.1.0.tgz
pipe="$tmpdir/pipe"
mkfifo "$pipe"
Expand Down

0 comments on commit 2294fe1

Please sign in to comment.