diff --git a/README.md b/README.md index 6d8dc56..de471e8 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ from the Frogging-Family reposi -TL:DR - - For easy use all frog packages in one pond - - Run direct CLI commands or via fzf-based TUI - - An thingy customization.cfg manager +TL;DR + - For easy use all the frog packages in one pond + - Run direct one-liner CLI commands or via fzf-finder TUI + - Intigrated the thingy customization.cfg manager - Multi-distro support @@ -43,38 +43,31 @@ curl -fsSL https://raw.githubusercontent.com/damachine/tkginstaller/master/insta ##### USAGE ```yaml -# Use fzf-based TUI mode, simply run +# Use fzf-finder TUI mode, simply run tkginstaller -# Use direct CLI mode (skip TUI), run with arguments +# Use direct one-liner CLI mode (skip TUI), run with arguments tkginstaller [package] - -# Use full names or shortcuts: -# (l=linux, n=nvidia, m=mesa, ag=amdgpu, av=amdvlk, w=wine, p=proton, g=gamescope, ge=glibc) +# e.g tkginstaller linux # or shortcut tkginstaller nvidia -tkginstaller mesa -tkginstaller amdgpu -tkginstaller amdvlk -tkginstaller wine -tkginstaller proton -tkginstaller gamescope -tkginstaller glibc - -# Edit a package's configuration file: -tkginstaller [package] [action] - -# Use full names or shortcuts: (c=config, e=edit) -tkginstaller config # Enter TUI to select package -tkginstaller linux config # or shortcut -tkginstaller config linux -tkginstaller mesa edit - -# Clean up all temporary files and restart installer + +# Edit a package's configuration file +tkginstaller [config] [package] +# e.g +tkginstaller config # Enter fzf-finder TUI to select package +tkginstaller config linux # or shortcut + +# Clean up all temporary files tkginstaller clean -# Use 'help' or its shortcuts (h, --help, -h) +# Show help tkginstaller help + +# All names and shortcuts to use: +# l=linux, n=nvidia, m=mesa, ag=amdgpu, av=amdvlk, w=wine, p=proton, g=gamescope, ge=glibc +# c=config, e=edit +# h, --help, -h ``` # @@ -98,8 +91,8 @@ curl -fsSL https://raw.githubusercontent.com/damachine/tkginstaller/master/insta ``` ```yaml # All distributions (manual cleanup) -# If the above doesn't work, manually remove files -rm ~/.local/bin/tkginstaller # or your installation path +# Manually remove all files +rm /patch/to/tkginstaller # where you put it rm -rf ~/.tkginstaller # cache folder # Remove alias from shell config sed -i '/# TKG-Installer alias/,+1d' ~/.bashrc ~/.zshrc