Skip to content

Commit

Permalink
Update README.md. Prepare for 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Dec 8, 2018
1 parent 06b6165 commit bb918d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Shows documentation for the doc macro.
To get a list of all bindings in the default
environment, use the `(all-symbols)` function.

## Installation

Install a stable version of janet from the [releases page](https://github.com/bakpakin/janet/releases).
Janet is prebuilt for a few systems, but if you want to develop janet, run janet on a non-x86 system, or
get the latest, you must build janet from source.

## Usage

A repl is launched when the binary is invoked with no arguments. Pass the -h flag
Expand Down
2 changes: 1 addition & 1 deletion src/include/janet/janet.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {

/***** START SECTION CONFIG *****/

#define JANET_VERSION "0.0.0"
#define JANET_VERSION "0.1.0"

#ifndef JANET_BUILD
#define JANET_BUILD "local"
Expand Down

0 comments on commit bb918d0

Please sign in to comment.