diff --git a/quickget b/quickget index 8ff887b..66efd72 100755 --- a/quickget +++ b/quickget @@ -3,7 +3,7 @@ # Here the quick 'n dirty guide to adding a new OS to quickget # # 1. Add the new OS, all lowercase, to os_support() -# 2. Add a "pretty name" display name to pretty_name() +# 2. Add a "pretty name" to pretty_name() # 3. Create a releases_newos() generator that outputs the currently supported release versions # 4. If the OS has "editions" (Linux Mint for example), create editions_newos() generator # 5. Add the new OS to make_vm_config(); (only if required)