Skip to content

Commit

Permalink
make README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryosuketter committed Mar 7, 2022
1 parent 15ada05 commit 828b507
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
@@ -0,0 +1,26 @@
# ふつうの Linux プログラミング

[Amazon\.co\.jp: ふつうの Linux プログラミング 第 2 版  Linux の仕組みから学べる gcc プログラミングの王道 eBook : 青木 峰郎: 本](https://www.amazon.co.jp/dp/B075ST51Y5)

## Requirement

- [Docker](https://www.docker.com/)
- docker-compose

## Usage

Run bash:

```console
$ docker-compose run ubuntu bash
```

## Build image

```console
$ docker-compose build
```

## Author

[書籍 ふつうの Linux プログラミング の学習記録](https://zenn.dev/ryosuketter/scraps/2597dfa537dd14)

0 comments on commit 828b507

Please sign in to comment.