File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Setting up the environment
2
2
3
- This repository uses [ ` yarn@v1 ` ] ( https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable ) .
3
+ This repository uses [ ` yarn@v1 ` ] ( https://classic.yarnpkg.com/lang/en/docs/install ) .
4
4
Other package managers may work but are not officially supported for development.
5
5
6
6
To set up the repository, run:
@@ -29,10 +29,10 @@ All files in the `examples/` directory are not modified by the generator and can
29
29
…
30
30
```
31
31
32
- ```
33
- chmod +x examples/<your-example>.ts
32
+ ``` sh
33
+ $ chmod +x examples/< your-example> .ts
34
34
# run the example against your api
35
- yarn tsn -T examples/<your-example>.ts
35
+ $ yarn tsn -T examples/< your-example> .ts
36
36
```
37
37
38
38
## Using the repository from source
You can’t perform that action at this time.
0 commit comments