diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -84,6 +84,14 @@ Change it to the following, but be sure to disable it later for security: | |||
84 | <address>0.0.0.0:40469</address> | 84 | <address>0.0.0.0:40469</address> |
85 | ``` | 85 | ``` |
86 | 86 | ||
87 | ### Run MMOSMacs for the first time | ||
88 | |||
89 | `cd` into your home directory and run `startx` to launch MMOSMacs for the first time. There might be some weird stuff that happens and some warnings, so `M-x kill-emacs` and `startx` again. | ||
90 | |||
91 | Then, run the first-time-setup commands for the following packages: | ||
92 | |||
93 | - `M-x all-the-icons-install-fonts RET y` | ||
94 | - `M-x lsp-install-server RET bash-ls RET` | ||
87 | 95 | ||
88 | 96 | ||
89 | ## Plans | 97 | ## Plans |