Skip to content

Commit ff0e6b6

Browse files
authored
Clarify build instructions (#374)
1 parent 08bf50d commit ff0e6b6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@ this file, see the
101101
}
102102
```
103103

104+
With both files your project directory should look like this:
105+
```
106+
.
107+
├── model
108+
│ └── main.smithy
109+
└── smithy-build.json
110+
```
111+
112+
104113
The code generator, `smithy-python-codegen`, hasn't been published yet, so
105114
you'll need to build it yourself. To build and run the generator you will need
106115
the following prerequisites:
@@ -117,7 +126,7 @@ install the python dependencies in your environment and make the code generator
117126
available locally. For more information on the underlying build process, see the
118127
"Using repository tooling" section.
119128

120-
Now from your model directory run `smithy build` and you'll have a generated
129+
Now from your project directory run `smithy build` and you'll have a generated
121130
client! The client can be found in `build/smithy/client/python-client-codegen`.
122131
The following is a snippet showing how you might use it:
123132

0 commit comments

Comments
 (0)