importpw / import

`import` is a simple and fast module system for Bash and other Unix shells
https://import.sh
MIT License
338 stars 10 forks source link

Installation guide not working on Windows #49

Open jerrygreen opened 3 years ago

jerrygreen commented 3 years ago
$ curl -sfLS https://import.pw > /usr/local/bin/import
bash: /usr/local/bin/import: No such file or directory

Preview

image

TooTallNate commented 2 years ago

One of the directories in /usr/local/bin doesn't seem to exist. You could try placing the script in some other path instead. import hasn't been tested on Windows FWIW, so "here be dragons" as they say.