Browse Source

fixed typo in README.md

drop_old_mail
Stephan Richter 3 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!
If you already have docker up and running, all you need to start Widerhall is If you already have docker up and running, all you need to start Widerhall is
1. Download the [Dockerfile](Dockerfile) 1. Download the [Dockerfile](../Dockerfile)
2. Build the image: `docker build -t widerhall /path-to-dockerfile/ 2. Build the image: `docker build -t widerhall /path-to-dockerfile/`
3. Start a container: 3. Start a container:
```bash ```bash

2
pom.xml

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

Loading…
Cancel
Save