Skip to content

Commit e67d97a

Browse files
committed
Update getting started section in the README.md.
1 parent eebd50c commit e67d97a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121

2222
### Let's get started,
2323

24-
* The following sbt commands are working fine with this application.(To see more details of [sbt](http://www.scala-sbt.org/))
24+
* Clone the application and open application as a sbt project.
25+
26+
* Used any of the sbt commands listed in the below according to the requirement which are working fine with this application.(To see more details of [sbt](http://www.scala-sbt.org/))
2527

2628
```
27-
sbt clean # Clear existing build files.
29+
sbt clean # Clear existing build files
2830
2931
sbt stage # Build your application from your project’s source directory
3032
@@ -54,6 +56,7 @@
5456
├── /target/ # Generated stuff
5557
│ ├── /universal/ # Application packaging
5658
│ └── /web/ # Compiled web assets
59+
├── /test/ # Contains unit tests for java play sources
5760
├── /ui/ # Angular front end sources
5861
│ ├── /e2e/ # End to end tests folder
5962
│ ├── /node_modules/ # 3rd-party frontend libraries and utilities

0 commit comments

Comments
 (0)