Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to latest instructions #182

Merged
merged 3 commits into from
Jan 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ to author a synth.py script. You can grab one from another package

We run synthtool as follows:
```
python synth.py
python -m synthtool
```

Once you run synthtool without errors:
Expand Down Expand Up @@ -88,8 +88,8 @@ export SYNTHTOOL_ARTMAN_VERSION=0.16.2
```

### Local Googleapis
Synthtool supports generation from a local copy of googleapis. Specify the path to`googleapis` in the environment variable `SYNTHTOOL_LOCAL_GOOGLEAPIS`.
Synthtool supports generation from a local copy of googleapis. Specify the path to`googleapis` in the environment variable `SYNTHTOOL_GOOGLEAPIS`.

```
export SYNTHTOOL_LOCAL_GOOGLEAPIS=path/to/local/googleapis
export SYNTHTOOL_GOOGLEAPIS=path/to/local/googleapis
```