We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Foundry library assumes it is running on a Unix-like operating system. It uses curl (tail, sed, tr and bash) to make requests and parse responses.
curl
tail
sed
tr
bash
Windows users would need to install these tools separately in order to use the Foundry library.
Add Windows support by using commands that are available in Windows out-of-the-box.
Add the Unix-like tools as prerequisites to use the library. Windows users would need to install a Linux subsystem in order to use it.
The text was updated successfully, but these errors were encountered:
README
No branches or pull requests
The Foundry library assumes it is running on a Unix-like operating system. It uses
curl
(tail
,sed
,tr
andbash
) to make requests and parse responses.Windows users would need to install these tools separately in order to use the Foundry library.
Add Windows support by using commands that are available in Windows out-of-the-box.
Alternative
Add the Unix-like tools as prerequisites to use the library. Windows users would need to install a Linux subsystem in order to use it.
The text was updated successfully, but these errors were encountered: