Skip to content

Commit

Permalink
add mkdir command to hello jpos instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
barspi committed Nov 1, 2023
1 parent 65f1a05 commit 1ce7eab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jpostraining/files/hellojpos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ <h3>Files for the "Hello jPOS! demo"</h3>



Drop this under <code>src/main/java/demo</code>
Create the directory:<br>
<pre><code> $> mkdir -p src/main/java/demo</code></pre>

Drop this under: <code>src/main/java/demo</code>
<ul>
<!-- <li><a href="serversimulator.bsh">serversimulator.bsh</a></li> -->
<li><a href="HelloListener.java">HelloListener.java</a></li>
Expand Down

0 comments on commit 1ce7eab

Please sign in to comment.