diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 22:31:51 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 22:31:51 -0500 |
commit | 6d45f65789e2111282c7abe9d883a50d87226751 (patch) | |
tree | fccf01b8849b94f319692436bc5eade970b96641 /README | |
parent | more config files (diff) |
Prune makefile and update instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -22,3 +22,12 @@ To push to self-host and github, add the following to .git/config To install fonts: make -C fonts install + +To install emacs packages: + + make -C emacsen + make -C emacsen install + +To update Debian known hosts: + + gmake udh |