Commit 0cbb5ab0 authored by Adrian Sutton's avatar Adrian Sutton

op-program: Fix license and readme

parent cfc8dbb2
MIT License MIT License
Copyright (c) 2022 Optimism Copyright (c) 2023 Optimism
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
...@@ -8,24 +8,27 @@ data wil result in not only the same output, but the same program execution trac ...@@ -8,24 +8,27 @@ data wil result in not only the same output, but the same program execution trac
on-chain VM as part of the dispute resolution process. on-chain VM as part of the dispute resolution process.
## Compiling ## Compiling
To build op-program, from within the `op-program` directory run:
```shell ```shell
cd op-program
make op-program make op-program
``` ```
This resulting executable will be in `./bin/op-program`
## Testing ## Testing
Run op-node unit tests: To run op-program unit tests, from within the `op-program` directory run:
```shell ```shell
cd op-program
make test make test
``` ```
## Lint ## Lint
Run the linter with: To run the linter, from within the `op-program` directory run:
```shell ```shell
cd op-program
make lint make lint
``` ```
...@@ -33,8 +36,8 @@ This requires having `golangci-lint` installed. ...@@ -33,8 +36,8 @@ This requires having `golangci-lint` installed.
## Running ## Running
Options can be reviewed with: From within the `op-program` directory, options can be reviewed with:
```shell ```shell
./bin/op-program/op-program --help ./bin/op-program --help
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment