From a13c918bb77c034a615e36805a7c60c61d18033b Mon Sep 17 00:00:00 2001 From: Spyros Maniatopoulos Date: Sat, 30 Jan 2016 15:17:50 -0500 Subject: [PATCH] [README] Fix 'fltk' Troubleshooting tip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2917da..b834c0e 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This issue is known to the developers and is being addressed. See: For a quick fix, you can do the following: ```bash -brew reinstall --devel fltk +brew install fltk --devel ```