Skip to content

Commit

Permalink
Fixed the $ sign in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 3, 2020
1 parent ae13431 commit 06eb19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In order to run the scripts you need:

In a Debian/Ubuntu system you'll get them running:

```¤ sudo apt-get install python3 kicad python3-wxgtk4.0 imagemagick poppler-utils xdg-utils```
```$ sudo apt-get install python3 kicad python3-wxgtk4.0 imagemagick poppler-utils xdg-utils```


## Standalone use
Expand All @@ -48,7 +48,7 @@ In a Debian/Ubuntu system you'll get them running:
```
3. Now we have to define the *kicad_pcb* plug-in. This is done in the *gitconfig* file. In order to make it local to this repo you have to configure git to include the local file *.gitconfig*:
```
¤ git config --local include.path ../.gitconfig
$ git config --local include.path ../.gitconfig
```
4. Now we create a *.gitconfig* file at the root of the repo defining the plug-in action:
```
Expand Down

0 comments on commit 06eb19c

Please sign in to comment.