Skip to content

Commit 0266f5b

Browse files
committed
Fix formatting
1 parent 3c76365 commit 0266f5b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docker/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,20 @@ This Docker image contains
1818
To use a different version of sendgrid-python or python-http-client, mount it with the `-v <host_dir>:<container_dir>` option. If you put it under `/mnt`, the container will automatically detect it and make the proper symlinks under root.
1919

2020
For instance, to install v3.6.1:
21+
2122
$ DOCKER PULL CODE HERE
2223
$ git clone https://github.com/sendgrid/sendgrid-python.git --branch v3.6.1
2324
$ realpath sendgrid-python
2425
/foo/sendgrid-python
2526
$ DOCKER RUN CODE HERE
27+
2628
To install your own version:
29+
2730
$ DOCKER PULL CODE HERE
2831
$ git clone https://github.com/foo/cool-sendgrid-python.git
2932
$ realpath sendgrid-python
3033
/foo/cool-sendgrid-python
3134
$ DOCKER RUN CODE HERE
3235

3336
# Testing
34-
Testing is easy! Just `cd sendgrid` and run `tox`.
37+
Testing is easy! Run the container, `cd sendgrid`, and run `tox`.

0 commit comments

Comments
 (0)