Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Sep 28, 2017
1 parent 9961779 commit 5a7bbff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ That's where this application comes in.
### Why assembly?

This application must not link against any libraries, ensuring it has no dependencies. That is easiest to do in assembly. The entirety of the application's functionality is to hang until a signal is received and this can be done easily with syscalls.

Also, where else can you find a Docker container that occupies less than 1 KB on disk?

### How do I use this?

Assuming you have GNU Make and Docker installed, simply run:

make

You will have a new binary named `hang` and it will be really small.

0 comments on commit 5a7bbff

Please sign in to comment.