From 5f0f802298b59cc7fdb955c6df9fc93ef057b5a7 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 11 Dec 2016 10:04:41 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 9670bbf..5466d79 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -96,7 +96,7 @@ Publish the release artifacts (examples and source) on the website. In a workin (Note that the `latest` alias above will deploy the version specified in `package.json`.) -If you run into ```Warning: ENFILE: file table overflow``` check out http://superuser.com/questions/433746/is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1 +If you run into ```Warning: ENFILE: file table overflow``` check out this [Stack Overflow post](http://superuser.com/questions/433746/is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1) (or try `sudo launchctl limit maxfiles 2048 unlimited`). It is also a good idea to update the `master`-variant of the website, you just have to run…