ソースを参照

Update README.md

Git-Leon 6 年 前
コミット
2ad105c682
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した2 個の追加3 個の削除を含む
  1. 2
    3
      README.md

+ 2
- 3
README.md ファイルの表示

27
 	* `Web`
27
 	* `Web`
28
 * Select `Generate Project`
28
 * Select `Generate Project`
29
 * After the project has completed downloading, navigate to the download directory and unzip the project folder.
29
 * After the project has completed downloading, navigate to the download directory and unzip the project folder.
30
-* After unzipping the project folder, open the project via its `pom.xml` from IntelliJ > File > Open
31
-	* Be sure to `Open as Project` when prompted 
32
 * At the root directory of the project, clone this repository.
30
 * At the root directory of the project, clone this repository.
33
 * Move all files from the `demo` project generated by `start.spring.io`, into the newly cloned `learnerlab` folder.
31
 * Move all files from the `demo` project generated by `start.spring.io`, into the newly cloned `learnerlab` folder.
34
-
32
+* Open the project via its `pom.xml` from IntelliJ > File > Open
33
+	* Be sure to `Open as Project` when prompted 
35
 
34
 
36
 ### Part 1.0 - Create `Person` Class
35
 ### Part 1.0 - Create `Person` Class
37
 * Create a `Person` class.
36
 * Create a `Person` class.