Skip to content
New issue

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

idem minor version number cleanup #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 23 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,20 @@ Basic idem binary setup:
# List remote versions

$ idemenv list-remote
3004rc1
3004
3003.3
3003
v18.9.0
v18.8.1
v18.8.0
v18.7.1
v18.7.0
v18.6.1
v18.5.0
v18.4.2
v18.4.1
v18.4.0
v18.10.3
v18.10.2
v18.10.1
v18.10.0


# Install latest version
Expand All @@ -152,9 +162,15 @@ Basic idem binary setup:
# List local versions

$ idemenv list
* 3004 set by /home/nmhughes/.idemenv/version
3003.3
3003
#* latest (set by /home/nmhughes/.idemenv/version)
v18.10.3
v18.10.2
v18.10.1
v18.10.0
v18.9.0





# Initialize the idemenv environment, which will point to the idem binaries
Expand Down