mirror of https://github.com/m-labs/artiq.git
Fix typo
This commit is contained in:
parent
1d093d0bce
commit
5b72a1faa5
|
@ -188,7 +188,7 @@ We will use our current ``repository`` folder as the working directory for makin
|
|||
$ mv repository ~/artiq-work
|
||||
$ mkdir repository
|
||||
$ cd repository
|
||||
$ git init bare
|
||||
$ git init --bare
|
||||
|
||||
Now initialize a regular (non-bare) Git repository in our working directory: ::
|
||||
|
||||
|
|
Loading…
Reference in New Issue