emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e06a4f0: ; * INSTALL.REPO: Start by telling how to


From: Eli Zaretskii
Subject: [Emacs-diffs] master e06a4f0: ; * INSTALL.REPO: Start by telling how to clone the repository.
Date: Sun, 26 May 2019 12:33:27 -0400 (EDT)

branch: master
commit e06a4f0fa0a08175131604e431c65b4129b0e0dd
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * INSTALL.REPO: Start by telling how to clone the repository.
---
 INSTALL.REPO | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/INSTALL.REPO b/INSTALL.REPO
index b743385..48faa81 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -1,8 +1,15 @@
             Building and Installing Emacs from the Repository
 
-Simply run 'make'.  This should work if your files are freshly checked
-out from the repository, and if you have the proper tools installed.
-If it doesn't work, or if you have special build requirements, the
+The Emacs repository is hosted on Savannah.  The following Git command
+will clone the repository to the 'emacs' subdirectory of the current
+directory on your local machine:
+
+    git clone git://git.sv.gnu.org/emacs.git
+
+To build the repository code, simply run 'make' in the 'emacs'
+directory.  This should work if your files are freshly checked out
+from the repository, and if you have the proper tools installed.  If
+it doesn't work, or if you have special build requirements, the
 following information may be helpful.
 
 Building Emacs from the source-code repository requires some tools



reply via email to

[Prev in Thread] Current Thread [Next in Thread]