Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 8, 2019
1 parent 24d3f6d commit c698251
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,15 @@ import { test, assertEqual } from "./package.ts";
This design circumvents a plethora of complexity spawned by package management
software, centralized code repositories, and superfluous file formats.

## Environmental Variables

There are several env vars that control how Deno behaves:

`DENO_DIR` defaults to `$HOME/.deno` but can be set to any path to control where
generated and cached source code is written and read to.

`NO_COLOR` will turn off color output if set. See https://no-color.org/

## Browser compatibility

The subset of Deno programs which are written completely in JavaScript and do
Expand Down

0 comments on commit c698251

Please sign in to comment.