Skip to content

Commit 57b9ee0

Browse files
authoredDec 16, 2017
Update setup_osx.md
Nightcode 2.5.4 is the current version
1 parent 9410751 commit 57b9ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎outline/setup_osx.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ After you set up Leiningen as above, run the `lein version` command. This should
106106
## Install Nightcode
107107

108108
Go to the [Nightcode releases site](http://github.com/oakes/Nightcode/releases).
109-
On the page there, you should see version numbers and links to download specific version of Nightcode, for example, Nightcode-2.1.0.jar.
109+
On the page there, you should see version numbers and links to download specific version of Nightcode, for example, Nightcode-2.5.4.jar.
110110
Click the link ending in `.jar` and you will download a file, `Nightcode-x.y.z.jar`.
111111

112112
> Don't download platform specific binary releases.
@@ -121,7 +121,7 @@ Open a terminal and run the following commands:
121121

122122
```bash
123123
cd ~/Downloads/
124-
java -jar Nightcode-2.1.0.jar
124+
java -jar Nightcode-2.5.4.jar
125125
```
126126

127127
![Nightcode](img/nightcode-startup.png)
@@ -268,4 +268,4 @@ your install and setup are all completed!
268268

269269
If you want to know what the turtle (*a small triangle*) can do,
270270
see [Turtle App API](https://github.com/ClojureBridge/welcometoclojurebridge/blob/master/outline/TURTLE.md) and
271-
[How to Walk Turtles](https://github.com/ClojureBridge/welcometoclojurebridge/blob/master/outline/TURTLE-SAMPLES.md) for more information.
271+
[How to Walk Turtles](https://github.com/ClojureBridge/welcometoclojurebridge/blob/master/outline/TURTLE-SAMPLES.md) for more information.

0 commit comments

Comments
 (0)
Please sign in to comment.