Skip to content

Commit dd1ab1e

Browse files
committed
Add screenshot for update sources to README file.
1 parent 73a6843 commit dd1ab1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bash ./check-sources-for-update.sh /path/to/plantuml-stdlib/
2323
```
2424
This will then output whether each project has an update available or not.
2525

26-
![check-sources-for-update-screenshot](https://gist.githubusercontent.com/Potherca/d52275853c3fb46e8244616676790b80/raw/check-sources-for-update-screenshot.png)
26+
![screenshot-check-sources-for-update](https://gist.githubusercontent.com/Potherca/d52275853c3fb46e8244616676790b80/raw/screenshot-check-sources-for-update.png)
2727

2828
## `update_sources.sh`
2929

@@ -34,11 +34,13 @@ The `sources.config` file is also needed.
3434
Next point the script to the `plantuml-stdlib` code base:
3535

3636
```bash
37-
bash ./update_sources.sh . /path/to/repos/ /path/to/sources.config
37+
bash ./update_sources.sh /path/to/plantuml-stdlib/ /path/to/repos/ /path/to/sources.config
3838
```
3939

4040
This will then checkout or update all the other project git repositories and copy all the relevant files from those projects into the `plantuml-stdlib` code base.
4141
It does this based on information from the config file.
4242

43+
![screenshot-update_sources](https://gist.githubusercontent.com/Potherca/d52275853c3fb46e8244616676790b80/raw/screenshot-update_sources.png)
44+
4345
The changes in `plantuml-stdlib` can then be seen using `git status`, added using `git add`. comitted with `git commit`, etc.
4446

0 commit comments

Comments
 (0)