Browse Source

fixed typo in README.md

drop_old_mail
Stephan Richter 2 years ago
parent
commit
007f90d7d6
  1. 4
      doc/instructions.md
  2. 2
      pom.xml

4
doc/instructions.md

@ -6,8 +6,8 @@ Using docker is the easiest way! @@ -6,8 +6,8 @@ Using docker is the easiest way!
If you already have docker up and running, all you need to start Widerhall is
1. Download the [Dockerfile](Dockerfile)
2. Build the image: `docker build -t widerhall /path-to-dockerfile/
1. Download the [Dockerfile](../Dockerfile)
2. Build the image: `docker build -t widerhall /path-to-dockerfile/`
3. Start a container:
```bash

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.25</version>
<version>0.2.26</version>
<build>
<plugins>
<plugin>

Loading…
Cancel
Save