From 3a3e4c1eb9e05a4c4ad34f7e7a6d0712afddb252 Mon Sep 17 00:00:00 2001 From: Andrew Burkett Date: Thu, 25 Jun 2015 16:12:30 -0700 Subject: [PATCH] Fix Arch build instructions --- docs/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 7b81786b7e9..4874489ab70 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -30,7 +30,7 @@ Ubuntu LTS 12.04 64-bit is the recommended platform. ### Arch * `sudo pacman -S gconf base-devel git nodejs libgnome-keyring python2` -* `export python=/usr/bin/python2` before building Atom. +* `export PYTHON=/usr/bin/python2` before building Atom. ### Slackware