OSDN Git Service

upgrade to 3.6.2
[jnethack/source.git] / DEVEL / Developer.txt
index adc3260..0d55a3a 100644 (file)
@@ -38,7 +38,7 @@ things.
 A public repository of the latest NetHack code that we've made 
 available can be obtained via git from either of two locations:
     https://github.com/NetHack/NetHack
-      or
+     or
     https://sourceforge.net/p/nethack/NetHack/
 
 Branches:
@@ -62,7 +62,7 @@ NOTE: The following instructions require perl.  If you do not have perl on
 A. If you have never set up git on this machine before:
    (This assumes you will only be using git for NetHack.  If you are going to
    use it for other projects as well, think before you type.)
-       Tell git what name (or nicname) and email address to use for you:
+       Tell git what name (or nickname) and email address to use for you:
                git config --global user.name "MY NAME"
                git config --global user.email USER@EXAMPLE.COM
    You probably want to set up a credential cache.