From 9070f4401dfea0092339b4bca12c992e747e1afe Mon Sep 17 00:00:00 2001
From: Gordon Shumway <39967334+oddluck@users.noreply.github.com>
Date: Wed, 15 May 2019 08:26:59 -0400
Subject: [PATCH] Update README.md
---
Frotz/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Frotz/README.md b/Frotz/README.md
index 93e698d..080aa05 100644
--- a/Frotz/README.md
+++ b/Frotz/README.md
@@ -7,7 +7,7 @@ Uses the dfrotz (dumb frotz) interpreter https://github.com/DavidGriffith/frotz
git clone https://github.com/DavidGriffith/frotz
cd frotz
make dumb
-make install_dumb
+sudo make install_dumb
config plugins.frotz.dfrotzPath (path_to_dfrotz_binary) (default /usr/local/bin/dfrotz)
Looks for games in ./games/ directory