From 576f4ae62f98a4b0680f2a750b367419a8e68fa7 Mon Sep 17 00:00:00 2001 From: Alain Klotz Date: Sun, 15 Oct 2023 17:49:24 +0200 Subject: [PATCH] Fix bug in doc of devices --- docs/source/device_definition.rst | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/source/device_definition.rst b/docs/source/device_definition.rst index c122022..f13ffe0 100644 --- a/docs/source/device_definition.rst +++ b/docs/source/device_definition.rst @@ -157,5 +157,7 @@ in the Git of Guitastrolib. For example Quickaudine: git config --global user.name "A... K..." git config --global user.email "a...k...@irap..." git init + git add * + git commit -m "first commit" git remote add origin https://gitlab.irap.omp.eu/guitastrolib/guitastro_device_quickaudine.git git push -u origin master -- libgit2 0.21.2