aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-05 22:06:32 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-05 22:06:32 -0400
commit218aec949728c959ee01ba1d5147ab3d1fa1e786 (patch)
treeb5a448e0e354591e233cc3bc407b637c788be7d0 /README.md
parentRewrite `STYLE_GUIDE.md` (diff)
downloadmmosmacs-218aec949728c959ee01ba1d5147ab3d1fa1e786.tar.gz
mmosmacs-218aec949728c959ee01ba1d5147ab3d1fa1e786.tar.bz2
mmosmacs-218aec949728c959ee01ba1d5147ab3d1fa1e786.zip
Add first-time-running-emacs setup instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c25ceb..acb8cd0 100644
--- a/README.md
+++ b/README.md
@@ -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
91Then, 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