mirror of
https://github.com/corda/corda.git
synced 2025-06-01 23:20:54 +00:00
Fix docs formatting for DJVM (#5591)
This commit is contained in:
parent
54b334121d
commit
a15acd162c
@ -301,13 +301,13 @@ Alternatively, you can build it yourself from the source as follows.
|
|||||||
|
|
||||||
Open your terminial and clone the DJVM repository from GitHub:
|
Open your terminial and clone the DJVM repository from GitHub:
|
||||||
|
|
||||||
:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ git clone https://github.com/corda/djvm
|
$ git clone https://github.com/corda/djvm
|
||||||
|
|
||||||
Navigate to this newly created ``djvm`` directory, and then issue the following command:
|
Navigate to this newly created ``djvm`` directory, and then issue the following command:
|
||||||
|
|
||||||
:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ djvm/shell/install
|
$ djvm/shell/install
|
||||||
|
|
||||||
@ -315,7 +315,7 @@ Navigate to this newly created ``djvm`` directory, and then issue the following
|
|||||||
This will build the DJVM tool and install a shortcut on Bash-enabled systems. It will also generate a Bash completion
|
This will build the DJVM tool and install a shortcut on Bash-enabled systems. It will also generate a Bash completion
|
||||||
file and store it in the ``shell`` folder. This file can be sourced from your Bash initialisation script.
|
file and store it in the ``shell`` folder. This file can be sourced from your Bash initialisation script.
|
||||||
|
|
||||||
:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ djvm
|
$ djvm
|
||||||
@ -323,7 +323,7 @@ file and store it in the ``shell`` folder. This file can be sourced from your Ba
|
|||||||
Now, you can create a new Java file from a skeleton that ``djvm`` provides, compile the file, and consequently run it
|
Now, you can create a new Java file from a skeleton that ``djvm`` provides, compile the file, and consequently run it
|
||||||
by issuing the following commands:
|
by issuing the following commands:
|
||||||
|
|
||||||
:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ djvm new Hello
|
$ djvm new Hello
|
||||||
$ vim tmp/net/corda/sandbox/Hello.java
|
$ vim tmp/net/corda/sandbox/Hello.java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user