Skip to content

Commit

Permalink
fix: use correct Ubuntu version in README (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval authored Dec 23, 2022
1 parent f091045 commit 2673ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Janssen is not a big monolith--it's a lot of services working together. Whether

### Quick Start

For development and testing purposes, the Janssen Server can be quickly installed on an Ubuntu 22.04 VM by running the command below:
For development and testing purposes, the Janssen Server can be quickly installed on an Ubuntu 20.04 VM by running the command below:

```
wget https://raw.githubusercontent.com/JanssenProject/jans/main/automation/startjanssenmonolithdemo.sh && chmod u+x startjanssenmonolithdemo.sh && sudo bash startjanssenmonolithdemo.sh demoexample.jans.io MYSQL
Expand Down

0 comments on commit 2673ccd

Please sign in to comment.