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,5 +157,7 @@ in the Git of Guitastrolib. For example Quickaudine:
157 git config --global user.name "A... K..." 157 git config --global user.name "A... K..."
158 git config --global user.email "a...k...@irap..." 158 git config --global user.email "a...k...@irap..."
159 git init 159 git init
  160 + git add *
  161 + git commit -m "first commit"
160 git remote add origin https://gitlab.irap.omp.eu/guitastrolib/guitastro_device_quickaudine.git 162 git remote add origin https://gitlab.irap.omp.eu/guitastrolib/guitastro_device_quickaudine.git
161 git push -u origin master 163 git push -u origin master