Update README.md

This commit is contained in:
Unknown 2021-11-20 15:55:44 +01:00 committed by GitHub
parent 0787f97a6f
commit ece621455c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,21 +10,21 @@
## Versions ## Versions
- [Latest Stable](https://github.com/filc/naplo/releases/latest): `3.1.1` - [Latest Stable](https://github.com/filc/naplo/releases/latest): `3.1.1`
- [Experiment 1]() (Widgets): `3.2.0-exp1` - [Experiment 1]() (Tabs): `3.2.0-pre.1`
- [Experiment 2]() (Tabs): `3.2.0-exp2` - [Experiment 2]() (Widgets): `3.2.0-pre.2`
## Setup ## Setup
### Clone the project: ### Clone the project
``` ```sh
$ git clone --recursive https://github.com/filc/naplo git clone --recursive https://github.com/filc/naplo
$ cd naplo cd naplo
``` ```
### Run the app: ### Run the app
``` ```sh
$ cd filcnaplo cd filcnaplo
$ flutter run flutter run
``` ```