Skip to content

Commit cd42ec6

Browse files
Update README.md
1 parent 10a66c8 commit cd42ec6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ You can use any directory structure you prefer.
3636

3737
### Package setup
3838

39-
#### Cloning
39+
#### Create from template
4040

41-
1. Clone the repository
41+
1. Click on `Use this template` from the repository toolbar and give it a new name.
4242

4343
```bash
4444
cd ~/c_cpp_ws/src
4545

4646
git clone [email protected]:secorolab/c_cpp_pkg_template.git
4747
```
4848

49-
2. Rename the cloned repository
49+
2. Clone the `new` repository
5050

5151
```bash
52-
mv c_cpp_pkg_template <PackageName>
52+
cd ~/c_cpp_ws/src
5353
54-
cd <PackageName>
54+
git clone <url>
5555
```
5656

5757
3. Rename the `PackageName` in the CMakeLists.txt file, header and source files, folder names,

0 commit comments

Comments
 (0)