Skip to content

Commit

Permalink
Fix references to point to 1.12 docs (from 1.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Dec 14, 2024
1 parent 0c114b8 commit ee9498f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ devices running old browsers is negligible.

# Quick start

For from-tarball installation instructions, see https://ledgersmb.org/content/installing-ledgersmb-111
For from-tarball installation instructions, see https://ledgersmb.org/content/installing-ledgersmb-112

## Installation

This instruction assumes you have [Docker](https://docs.docker.com/get-docker/)
installed as well as [docker-compose](https://github.com/docker/compose#where-to-get-docker-compose).

```bash
$ wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.11/docker-compose.yml
$ wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.12/docker-compose.yml
$ docker-compose up -d
```

Expand All @@ -126,7 +126,7 @@ The system is installed and should be available for evaluation through
Normal login for the application

The system is ready for [preparation for first
use](https://ledgersmb.org/content/preparing-ledgersmb-111-first-use).
use](https://ledgersmb.org/content/preparing-ledgersmb-112-first-use).


**NOTE:** This setup does not use a webserver like nginx or Apache. Setups which
Expand Down
6 changes: 3 additions & 3 deletions doc/sources/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ devices running old browsers is negligible.

# Quick start

For from-tarball installation instructions, see https://ledgersmb.org/content/installing-ledgersmb-111
For from-tarball installation instructions, see https://ledgersmb.org/content/installing-ledgersmb-112

## Installation

This instruction assumes you have [Docker](https://docs.docker.com/get-docker/)
installed as well as [docker-compose](https://github.com/docker/compose#where-to-get-docker-compose).

```bash
$ wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.11/docker-compose.yml
$ wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.12/docker-compose.yml
$ docker-compose up -d
```

Expand All @@ -98,7 +98,7 @@ The system is installed and should be available for evaluation through
Normal login for the application

The system is ready for [preparation for first
use](https://ledgersmb.org/content/preparing-ledgersmb-111-first-use).
use](https://ledgersmb.org/content/preparing-ledgersmb-112-first-use).


**NOTE:** This setup does not use a webserver like nginx or Apache. Setups which
Expand Down

0 comments on commit ee9498f

Please sign in to comment.