Skip to content

Commit

Permalink
Add thanks section
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Dec 30, 2016
1 parent d578589 commit 1a8e8fc
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ This means you will need to add it to your ``profiles.clj``. Put the following c
```

2. Start a REPL in your terminal, and note the port the REPL is lisening on
```bash
$ cd hello-vscode
$ lein repl
nREPL server started on port 45247 on host 127.0.0.1 - nrepl://127.0.0.1:45247
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
```

```bash
$ cd hello-vscode
$ lein repl
nREPL server started on port 45247 on host 127.0.0.1 - nrepl://127.0.0.1:45247
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
```

Note the port that your nREPL is lisening on, in this case **45247** because you may need it later.


Expand Down Expand Up @@ -115,6 +117,12 @@ You should eval the file first using the `Eval` command.
If you see a `nrepl://nreplhost:nreplport` status bar item, most likely you
are connected :)

# Thanks

- [Thiago Almeida](https://github.com/fasfsfgs)
- [Mike Ball](https://github.com/mikeball)
- [Egor Yurtaev](https://github.com/yurtaev)

# License

[MIT](https://raw.githubusercontent.com/avli/clojureVSCode/master/LICENSE.txt)

0 comments on commit 1a8e8fc

Please sign in to comment.