Skip to content

Commit

Permalink
add crystal to manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Goryudyuma committed Mar 9, 2018
1 parent c031cd3 commit 9cbf8c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ $ go get -t -d -v ./...
$ go build -o webapp *.go
$ ./webapp
```

#### Crystal の場合
```
$ cd ~/webapp/crystal
$ shards install
$ crystal build app.cr
$ ./app
```
これでブラウザからアプリケーションが見れるようになるので、IPアドレスにアクセスしてみましょう。

**トップページ**
Expand Down

0 comments on commit 9cbf8c8

Please sign in to comment.