Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit c77f34b

Browse files
zoidyzoidzoidjuanjux
authored andcommitted
1 parent 4ba719e commit c77f34b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,15 @@ and keeping that structure up to date.
9494

9595
### Creating the driver's initial structure
9696

97-
Let's say we're creating a driver for `mylang`. The first step is initializing a git
98-
repository for the driver:
97+
Let's say we're creating a driver for `mylang`. The first step is going to the location
98+
where we want the repository for the driver to be bootstrapped:
9999

100100
```bash
101101
$ cd $GOPATH/src/github.com/bblfsh
102-
$ git init mylang-driver
103-
$ cd mylang-driver
104102
```
105103

106-
Now the driver should be bootstrapped with `bblfsh-sdk`. This will create some
107-
directories and files required by every driver. They will be overwritten if they
104+
Now the driver should be bootstrapped with `bblfsh-sdk`. This will create a git repository,
105+
and some directories and files required by every driver. They will be overwritten if they
108106
exist, like the README.md file in the example below.
109107

110108
```bash

0 commit comments

Comments
 (0)