Commit 576f4ae62f98a4b0680f2a750b367419a8e68fa7

Authored by Alain Klotz
1 parent 5e858ef9
Exists in master

Fix bug in doc of devices

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
docs/source/device_definition.rst
... ... @@ -157,5 +157,7 @@ in the Git of Guitastrolib. For example Quickaudine:
157 157 git config --global user.name "A... K..."
158 158 git config --global user.email "a...k...@irap..."
159 159 git init
  160 + git add *
  161 + git commit -m "first commit"
160 162 git remote add origin https://gitlab.irap.omp.eu/guitastrolib/guitastro_device_quickaudine.git
161 163 git push -u origin master
... ...