Skip to content

Commit

Permalink
Merge pull request #1 from yoshi1125hisa/yoshi1125hisa-patch-1
Browse files Browse the repository at this point in the history
[Update] README
  • Loading branch information
yosh1 committed Feb 9, 2019
2 parents 8811d6b + 2c15948 commit 3b88054
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
@@ -1,2 +1,36 @@
# elixir-tutorial
# Elixir Tutorial
This is elixir tutorial repository.

---

## 開発環境

### Mac

```
$ brew update
$ brew install elixir
```

### Docker

```
$ docker run -it --rm elixir (bash)
```

---

## 実行

### シェル

```
$ iex
```

### ファイルをコンパイル

```
$ elixir <file-name>
```

0 comments on commit 3b88054

Please sign in to comment.