From 02a278d80c6b8dee734022816783f4ff2ca8fa1a Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 7 May 2014 22:54:20 +0800 Subject: [PATCH] Mention the mkdeb task, closes #1969. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c00ba641..c98d485da 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Atom will automatically update when a new release is available. cd atom script/build # Creates application at /tmp/atom-build/Atom sudo script/grunt install # Installs command to /usr/local/bin/atom + script/grunt mkdeb # Generates a .deb package at /tmp/atom-build ``` ### Windows Requirements