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
The idea was that it's easy to copy paste and use on a remote machine, whereas download roles will often be clicked, and then the file still has to be uploaded to the remote machine. Of course users could also right click, copy the link and then use wget. The annoying thing about the wget lines is that you only get the link to the correct branch after it is published, and so it would also have to be changed. Not very maintenance-friendly.
So perhaps it's better just to stick with download roles and repeat the right-click + wget trick a bunch of times.
The text was updated successfully, but these errors were encountered:
In several parts of the tutorial we use
wget
to download files:aiida-tutorials/docs/sections/running_processes/basics.md
Lines 56 to 58 in 9696629
The idea was that it's easy to copy paste and use on a remote machine, whereas
download
roles will often be clicked, and then the file still has to be uploaded to the remote machine. Of course users could also right click, copy the link and then usewget
. The annoying thing about thewget
lines is that you only get the link to the correct branch after it is published, and so it would also have to be changed. Not very maintenance-friendly.So perhaps it's better just to stick with
download
roles and repeat the right-click +wget
trick a bunch of times.The text was updated successfully, but these errors were encountered: