Skip to content

Commit bb918d0

Browse files
committed
Update README.md. Prepare for 0.1.0 release.
1 parent 06b6165 commit bb918d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ Shows documentation for the doc macro.
6262
To get a list of all bindings in the default
6363
environment, use the `(all-symbols)` function.
6464

65+
## Installation
66+
67+
Install a stable version of janet from the [releases page](https://github.com/bakpakin/janet/releases).
68+
Janet is prebuilt for a few systems, but if you want to develop janet, run janet on a non-x86 system, or
69+
get the latest, you must build janet from source.
70+
6571
## Usage
6672

6773
A repl is launched when the binary is invoked with no arguments. Pass the -h flag

src/include/janet/janet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929

3030
/***** START SECTION CONFIG *****/
3131

32-
#define JANET_VERSION "0.0.0"
32+
#define JANET_VERSION "0.1.0"
3333

3434
#ifndef JANET_BUILD
3535
#define JANET_BUILD "local"

0 commit comments

Comments
 (0)