Skip to content

Commit

Permalink
Fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 9, 2019
1 parent f159976 commit da65362
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1204,11 +1204,7 @@ To run scripts as a standalone application you can download the interpreter. The
be installed on the host machine. Once you have downloaded the interpreter you can begin running scripts right
away. All you need to do is specify the script file relative to the current directory.
```
java -jar snap.jar --script=/run.snap
```
[Download](http://www.snapscript.org/download/snap.jar)
[Download](http://www.snapscript.org/download/snap.zip)
### Development Environment
Expand All @@ -1218,15 +1214,7 @@ play button. This will initiate a bootstrapping process where the interpreter is
this bootstrapping process has completed the source program is downloaded and executed. Stepping through the
code can be done by setting break points.
The development environment can use hot stand-by agents to improve responsiveness, the agent pool can be configured on
the command line. In addition an agent can connect through the HTTP port using the HTTP CONNECT request and
begin a debug session. An example configuration is shown below.
```
java -jar snapd.jar --directory=workspace --agent-pool=4 --server-only=false
```
[Download](http://www.snapscript.org/download/snapd.jar)
[Download](http://www.snapscript.org/download/snapd.zip)
#### Breakpoints
Expand Down

0 comments on commit da65362

Please sign in to comment.