We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8520b commit ecc53f7Copy full SHA for ecc53f7
README.md
@@ -30,6 +30,6 @@ Any contributions to the project are allowed and another purpose usage too. So f
30
````````
31
$ git clone https://github.com/JuanCarlosCardona/DijkstraAlgorithmVisualization.git
32
$ cd DijkstraAlgorithmVisualization
33
-$ gradlew build
34
-$ gradlew run
+$ ./gradlew build
+$ ./gradlew run
35
0 commit comments