From 7d56acd759297ce1d68f7943bdb795f671c121f0 Mon Sep 17 00:00:00 2001 From: guidotheelen Date: Tue, 14 Apr 2020 09:33:46 +0200 Subject: [PATCH] explain steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 999faa404..d7a226f4c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Color and Black-and-White Noto emoji fonts, and tools for working with them. ## Building NotoColorEmoji Building NotoColorEmoji requires Python 3, and uses virtual envorinments to manage dependencies. Use the following steps to get up and running. -Create a virtual environment called: +Create a virtual environment called `noto-emoji-env`: python3 -m venv noto-emoji-env