From 7bd453d906243bd9bfab6649ef65752384b1dac0 Mon Sep 17 00:00:00 2001 From: Daniel Petty Date: Sat, 1 Aug 2015 10:58:09 -0600 Subject: [PATCH] atom-shell project has been renamed to electron --- atom/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index c459ec1..69fd8b4 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -6,7 +6,7 @@ # in a container with all dependencies installed. # Note: atom is not a node-webkit app, # found this out a little too late into this example -# it uses atom-shell(https://github.com/atom/atom-shell) +# it uses electron(https://github.com/atom/electron) # Tested on Debian Jessie. # USAGE: # # Download atom Dockerfile