Hi,
How do I pull an older version from git hub of Cardano? I do not want the latest, I want any version I choose? This is how I get the latest:
git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name)
Thank You …