From 10fd6075fb97d0774ab7a0420a65351b02c1db44 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Fri, 26 Apr 2024 09:03:46 +0200 Subject: [PATCH] docs: README reordering update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f648522d..2f96354d 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,6 @@ curl --proto '=https' --tlsv1.2 -sSf \ nix flake show github:imincik/geospatial-nix ``` -### Run shell environments - -* Launch shell environment containing Python (with fiona) and GDAL -```bash -nix develop github:imincik/geospatial-nix#cli -``` - ### Run applications without installation * Launch the latest stable QGIS version @@ -46,3 +39,10 @@ nix run github:imincik/geospatial-nix#qgis ```bash nix run github:imincik/geospatial-nix#qgis-ltr ``` + +### Run shell environments + +* Launch shell environment containing Python (with fiona) and GDAL +```bash +nix develop github:imincik/geospatial-nix#cli +```