Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma authored Jan 28, 2023
1 parent d8c1956 commit 3e6a12b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,12 @@ Installed to ./data_files/131105_東京都_目黒区_大地震時における地
$ dim help
```

# Build the dim from Deno install
# Run the dim using Deno

1. Install Deno

* Deno >= 1.27.0

```
$ curl -fsSL https://deno.land/install.sh | sh
$ echo 'export DENO_INSTALL=~/.deno' >> ~/.bashrc
Expand All @@ -343,7 +345,19 @@ $ git clone https://github.com/c-3lab/dim.git
$ cd dim
```

3. Install dim
4. testing

```
$ deno test -A
```

5. Run the dim commands

```
$ deno run -A dim.ts install https://xxxxxx/data.json
```

6. Install dim

```
$ deno install --unstable --allow-read --allow-write --allow-run --allow-net dim.ts
Expand Down

0 comments on commit 3e6a12b

Please sign in to comment.