Skip to content

Commit 66c3666

Browse files
committed
Updated artifact output folders in READMEs.
1 parent b86a8a3 commit 66c3666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resourcefulness...
4242
$ git clone https://github.com/basilTeam/basil
4343
$ ./build.py --help # lists all build options (compiler to use, additional flags, etc)
4444
$ ./build.py basil-release
45-
$ build/basil help
45+
$ bin/basil help
4646
```
4747

4848
Basil's language runtime can be compiled separately, as either a statically or dynamically linked library.

jasmine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To build Jasmine's command-line driver from source, make sure you have a **C++17
3838
$ git clone https://github.com/basilTeam/basil
3939
$ ./build.py --help # lists all build options (compiler to use, additional flags, etc)
4040
$ ./build.py jasmine-release
41-
$ build/jasmine --help
41+
$ bin/jasmine --help
4242
```
4343

4444
We'll be adding a more convenient single header, along with static and dynamic Jasmine libraries, at some point in the future.

0 commit comments

Comments
 (0)