Final one for tonight
This commit is contained in:
parent
875e307615
commit
e8e2ac7ed8
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
`ccache` is a program which save compiling cache speeding up recompile's of big software. First install it:
|
||||
`ccache` is a program which can save compiling cache, speeding up recompile's of big software. First install it:
|
||||
|
||||
```
|
||||
``` shell-session
|
||||
root@host:~# emerge -av dev-util/ccache
|
||||
```
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ nav:
|
|||
- 'Firmware and drivers': gentoo-desktop-setup/post-install/drivers.md
|
||||
- 'Swap': gentoo-desktop-setup/post-install/swap.md
|
||||
- 'Users': gentoo-desktop-setup/post-install/users.md
|
||||
- 'ccache': gentoo-desktop-setup/post-install/ccache.md
|
||||
- 'Ccache': gentoo-desktop-setup/post-install/ccache.md
|
||||
- 'Graphical session':
|
||||
- 'Session manager': gentoo-desktop-setup/graphical-session/session-manager.md
|
||||
- 'Login manager': gentoo-desktop-setup/graphical-session/login-manager.md
|
||||
|
|
Loading…
Reference in a new issue