You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running wget -qO- dl.viash.io | bash; mv viash $HOME/bin
issue when the bin directory do not exists: running the install command rename to executable to bin
when running viash ns build --setup cachedbuild --parallel
error: Docker daemon does not seem to be running
solution: sudo systemctl start docker
The text was updated successfully, but these errors were encountered:
I guess we should update our requirements, both in Linux, macOS and Windows.
Other items:
$HOME/bin might not be on the path, so maybe it's better to let the user install to /usr/local/bin? This is already addressed by Use XDG base directory spec #93.
The links to Docker need to be fixed from Docker Desktop to Docker Engine
Case to address:
when running
wget -qO- dl.viash.io | bash; mv viash $HOME/bin
issue when the bin directory do not exists: running the install command rename to executable to bin
when running
viash ns build --setup cachedbuild --parallel
error:
Docker daemon does not seem to be running
solution:
sudo systemctl start docker
The text was updated successfully, but these errors were encountered: