Fedora installation instructions

https://www.tuxedocomputers.com/en/Add-TUXEDO-software-package-sources.tuxedo#fedora-and-derivatives says:

Enter the following parameters in the opened file:

[tuxedo]
name=tuxedo
baseurl=https://rpm.tuxedocomputers.com/fedora/40/x86_64/base
enabled=1
gpgcheck=1
gpgkey=https://rpm.tuxedocomputers.com/fedora/40/0x54840598.pub.asc
skip_if_unavailable=False

Replace the version number 40 in the base URL line with the Fedora version you are using or the highest version offered in the repository.

Instead of the hard-coded version numbers I am using:

[tuxedo]
name=tuxedo
baseurl=https://rpm.tuxedocomputers.com/fedora/$releasever/$basearch/base
enabled=1
gpgcheck=1
gpgkey=https://rpm.tuxedocomputers.com/fedora/$releasever/0x54840598.pub.asc

I.e., $releasever and $basearch.

It would be convenient if the instructions on the web page could be adjusted to use these variables instead.