From 115a625bcd21155c1f7ef9bc55b1d1e8564468fb Mon Sep 17 00:00:00 2001
From: salmonz <andrewgsalmons@gmail.com>
Date: Thu, 7 Jun 2012 21:54:27 -0300
Subject: [PATCH] sudo commands under debian sub section. git cache
 conditionals optional. removed gnome specific command.

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e21b1de9c..d2d1c6f9a 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ This repository contains several distinct things related to BrowserID:
 
 ###Install dependencies:
 
+####Debian/Ubuntu specific instructions
+
  `sudo apt-get install python-software-properties`
  
  `sudo apt-add-repository ppa:chris-lea/node.js`
@@ -50,6 +52,8 @@ This repository contains several distinct things related to BrowserID:
  
  `git config --global user.email "Your Email"`
  
+  (optional steps if you want to cache your credentials)
+ 
  `git config --global credential.helper cache`
  
  `git config --global credential.helper 'cache --timeout=3600'`
@@ -62,9 +66,7 @@ This repository contains several distinct things related to BrowserID:
 4. Click your user name
 5. Click "Edit Your Profile"
 6. Click "SSH Keys" (on the left) and click "Add SSH key"
-7. Name the SSH key, copy file contents of the id_rsa.pub file, and click "Save"
-
- `gedit $HOME/.ssh/id_rsa.pub`
+7. Name the SSH key, copy file contents of the `$HOME/.ssh/id_rsa.pub` file, and click "Save"
 
 ###Forking and cloning browserid:
 1. Go to https://github.com/mozilla/browserid and click Fork.
-- 
GitLab