Update INITIATION.md

This commit is contained in:
mayfrost 2018-02-26 15:16:16 +00:00 committed by GitHub
parent 6391f9d1f0
commit 147d5e767e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,46 +326,46 @@ prtget depinst xorg-server xorg-xf86-video-<DRIVER> xorg-font-<FONT> xkeyboard-c
`pkgrm <PORT>` `pkgrm <PORT>`
## SOURCE MAGE GNU/LINUX COMMANDS ## SOURCE MAGE GNU/LINUX COMMANDS
* To get a manual * To get a manual
`cast smgl-setup` `cast smgl-setup`
`man smgl-setup` `man smgl-setup`
* To change general things like the color scheme * To change general things like the color scheme
`sorcery` `sorcery`
* To update the package manager * To update the package manager
`sorcery update` `sorcery update`
* To update the package list * To update the package list
`scribe update` `scribe update`
* To check for any changes in the architecture specs * To check for any changes in the architecture specs
`cast smgl-archspecs` `cast smgl-archspecs`
* To rebuild everything from source * To rebuild everything from source
`sorcery rebuild` `sorcery rebuild`
* To recompile the kernel * To recompile the kernel
`cast -r linux` `cast -r linux`
* To get a list of spells needing upgrade * To get a list of spells needing upgrade
`sorcery -q` `sorcery -q`
* To upgrade the spells themselves known to be available for upgrade * To upgrade the spells themselves known to be available for upgrade
`cast --queue` `cast --queue`
* To check for broken installations * To check for broken installations
`cleanse --fix` `cleanse --fix`
* After casting new spells you need this to have apropos, man -k, and whatis * After casting new spells you need this to have apropos, man -k, and whatis
` makewhatis` ` makewhatis`
* To install new packages * To install new packages
`cast <spell>` `cast <spell>`
* To update an existing package * To update an existing package
`cast <spell>` `cast <spell>`
* To search for packages * To search for packages
`gaze search <spell>` `gaze search <spell>`
* To search by package name * To search by package name
`gaze search -name <spell>` `gaze search -name <spell>`
* To list installed packages * To list installed packages
`gaze installed` `gaze installed`
* To remove a spell * To remove a spell
`dispel <spell>` `dispel <spell>`
* To delete completely a package * To delete completely a package
`dispel --nosustain <spell>` `dispel --nosustain <spell>`
* To list repositories * To list repositories
`scribe index` `scribe index`
* To add a repository * To add a repository
`scribe add <grimoire>` `scribe add <grimoire>`
* To remove a repository * To remove a repository
`scribe remove <grimoire>` `scribe remove <grimoire>`