From 756f95a28c7211199ec44e47bc7a8d2bf64a393e Mon Sep 17 00:00:00 2001 From: djmil Date: Wed, 6 Dec 2023 11:36:30 +0100 Subject: [PATCH] README typos --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 079a115..037fa4d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ drwxr-xr-x 2 root root 4096 Nov 28 10:24 plugins - Creating a symlink via `ln -s source_file symbolic_link` ```bash root@BB8:~/.corda/cli echo $PATH -/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin root@BB8:~/.corda/cli ln -s ~/.corda/cli/corda-cli.sh /usr/local/bin/corda-cli @@ -226,7 +226,7 @@ root@BB8:/ ./gradlew 5-vNodesSetup # deploy&run your Cordapp # SpringBoot -Aka middle ware server. +Aka middleware server. ## Java17 @@ -265,7 +265,7 @@ eb0679d30d0b corda-checkers "/bin/bash" 3 minu We have to tell gradle where to find proper java version. ```bash - root@BB8:/sources/backend> ./gradlew --stop #stop current server +root@BB8:/sources/backend> ./gradlew --stop #stop current server root@BB8:/sources/backend> ./gradlew bootrun -Dorg.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64 ``` @@ -315,14 +315,14 @@ root@BB8:/sources/webapp> npm -v NPM shall be installed by the previous step. And we are going to use SpringBoot to server JS as a set of static resources. So no additional SW installation needed (like `npm install -g serve`) - >[!NOTE] +>[!NOTE] > At this point, you probably should make another commit to the docker image. > > The final size of an image is about 2.2 Gig: > ```bash > [luke@BB8 ~]$ docker images -REPOSITORY TAG IMAGE ID CREATED SIZE -corda-checkers latest 76eddb47d7c5 54 seconds ago 2.16GB +> REPOSITORY TAG IMAGE ID CREATED SIZE +> corda-checkers latest 76eddb47d7c5 54 seconds ago 2.16GB > ``` ### Project dependancies