Skip to content
Snippets Groups Projects
Verified Commit be49424d authored by Karel Koci's avatar Karel Koci :metal:
Browse files

README.adoc: change suggested sort to version sort

The reason is that compared to default settings of sort version sort is
going to sort correctly numbers. As an exalple:
1.1, 1.2, 1.12
should be sorted as stated here byt sorf possibly sortes it as:
1.1, 1.12, 1.2
parent cda37329
Branches
Tags
1 merge request!111README.adoc: change suggested sort to version sort
......@@ -26,7 +26,7 @@ Turris OS fixup releases.
It is advised to build the latest release version as with that you are most likely
to get to the end. To get latest version you can do:
`git checkout $(git tag | sort | tail -1)`.
`git checkout "$(git tag | sort -V | tail -1)"`.
Requirements
-------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment