mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Fix broken commands.
This commit is contained in:
parent
3063debd98
commit
2ba34de460
@ -24,13 +24,13 @@ Open a terminal window in the directory where you want to download the CorDapp t
|
||||
.. code-block:: text
|
||||
|
||||
# Clone the template from GitHub:
|
||||
git clone https://github.com/corda/cordapp-template.git & cd cordapp-template
|
||||
git clone https://github.com/corda/cordapp-template.git ; cd cordapp-template
|
||||
|
||||
# Retrieve a list of the stable Milestone branches using:
|
||||
git branch -a --list *release-M*
|
||||
|
||||
# Check out the Milestone branch with the latest version number:
|
||||
git checkout release-M[*version number*] & git pull
|
||||
git checkout release-M[*version number*] ; git pull
|
||||
|
||||
Template structure
|
||||
------------------
|
||||
@ -82,4 +82,4 @@ Progress so far
|
||||
---------------
|
||||
We now have a template that we can build upon to define our IOU CorDapp.
|
||||
|
||||
We'll begin writing the CorDapp proper by writing the definition of the ``IOUState``.
|
||||
We'll begin writing the CorDapp proper by writing the definition of the ``IOUState``.
|
||||
|
Loading…
Reference in New Issue
Block a user