From bf36182a23199a83ace34b5791161dd76dfcd666 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 9 Sep 2018 22:22:21 -0400 Subject: [PATCH] Add installation instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9df227a8..e8ceed3e 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,12 @@ make make test ``` +After building, run `make install` to install the janet binary and libs. +Will install in `/usr/local` by default, see the Makefile to customize. + +It's also recommended to set the `JANET_PATH` variable in your profile. +This is where janet will look for imported libraries after the current directory. + ### Windows 1. Install [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#)