fix git https URI
This commit is contained in:
18
README.org
18
README.org
@@ -10,24 +10,24 @@ the GNU General Public License v3.0 or later.
|
||||
|
||||
Some rights reserved. See COPYING.
|
||||
** Installation (don't do it until version 0.9)
|
||||
*** clone repos
|
||||
**** user...
|
||||
*** clone repository
|
||||
*user...**
|
||||
#+BEGIN_EXAMPLE
|
||||
$ git clone https://git.raoult.com:bruno/brchess.git
|
||||
#+END_EXAMPLE
|
||||
$ git clone https://github.com/braoult/brchess.git
|
||||
or
|
||||
#+BEGIN_EXAMPLE
|
||||
$ git clone https://git.raoult.com:bruno/brchess.git
|
||||
$ git clone https://git.raoult.com/bruno/brchess.git
|
||||
#+END_EXAMPLE
|
||||
|
||||
**** ... or developer
|
||||
*OR ...developer*
|
||||
#+BEGIN_EXAMPLE
|
||||
$ git clone https@git.raoult.com:bruno/brchess.git
|
||||
$ git clone git@git.raoult.com:bruno/brchess.git
|
||||
$ cd brchess
|
||||
$ git remote add github git@github.com:braoult/brchess.git
|
||||
#+END_EXAMPLE
|
||||
|
||||
*** add "brlib" submodule
|
||||
#+BEGIN_EXAMPLE
|
||||
$ cd brchess
|
||||
$ git submodule init
|
||||
$ git submodule update --remote --merge
|
||||
$ git submodule update
|
||||
#+END_EXAMPLE
|
||||
|
Reference in New Issue
Block a user