From 3e332bdf1fd6cdf58b8661da9a1fa9a339284da6 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 13 May 2019 20:26:49 +0200 Subject: [PATCH] Update and rename README.txt to README.md --- README.txt => README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename README.txt => README.md (64%) diff --git a/README.txt b/README.md similarity index 64% rename from README.txt rename to README.md index 0b20f4e..6eef5fd 100644 --- a/README.txt +++ b/README.md @@ -1,3 +1,7 @@ -Run the install script: +# Dotfiles +Run the install script : + +``` bash curl -sSL https://raw.githubusercontent.com/sundowndev/dotfiles/master/install.sh | bash +```