From de815e964814a0d0552b4508dd75c2be30298888 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 7 Dec 2019 16:29:39 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae6f69c..8464cf9 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,14 @@ ## Package It (For Developers) To package, open a terminal @ acorn-release -`npm install` +``` +npm install +``` For mac presently, though adjustments for linux can easily be made: -`nix-shell --run acorn-release` +``` +nix-shell --run acorn-release +``` This will produce an Acorn.app file within `Acorn-darwin-x64` folder. This can be zipped and shared.