Skip to content

Commit ded3392

Browse files
authored
Update README.md
README: adds path replace docs
1 parent f1a2fb1 commit ded3392

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ A golang scaffolding for getting started new projects.
44

55
#### Getting Started
66

7+
##### Replace Paths
8+
9+
```
10+
ag -l 'chris-ramon/golang-scaffolding'|xargs sed -i 's/chris-ramon\/golang-scaffolding/your-org\/your-pkg/g'
11+
```
12+
13+
##### Running
14+
715
```
8-
docker-compose up
16+
docker compose up
917
```
1018

1119
Contains the following example domains:

0 commit comments

Comments
 (0)