From d2c006819a5473f958276b028e16636f347df823 Mon Sep 17 00:00:00 2001
From: Chris Patti <feoh@feoh.org>
Date: Sun, 16 Feb 2025 22:37:44 -0500
Subject: [PATCH] Add a blurb about installing missing emoji on Ubuntu

Right next to the nerdfonts blurb as requested.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3cabe65..9284111 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ External Requirements:
 - Clipboard tool (xclip/xsel/win32yank or other depending on the platform)
 - A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
   - if you have it set `vim.g.have_nerd_font` in `init.lua` to true
+- Emoji fonts (Ubuntu only, and only if you want emoji!) `sudo apt install fonts-noto-color-emoji`
 - Language Setup:
   - If you want to write Typescript, you need `npm`
   - If you want to write Golang, you will need `go`