Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ea15fd

Browse files
committed
commit all
Signed-off-by: Opemipo Disu <[email protected]>
1 parent d53e357 commit 0ea15fd

37 files changed

+5
-598
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ $ git clone <your-github-account> <your-repo-name>
2424
$ cd <your-repo-name>
2525
```
2626

27-
### Bartholomew CLI
27+
### Getting The Bartholomew CLI
28+
29+
Clone and ```make bart``` from [source](https://github.com/fermyon/bartholomew/) (requires Rust), using the following commands (NOTE: ```target/release/bart``` will need to be installed to a user executable directory such as /usr/bin/ to be run when built this way):
30+
2831

29-
For the Bart CLI, install all the assets in Bartholomew's official releases just as you have [here](https://github.com/fermyon/bartholomew/releases/tag/v0.6.0).
3032

3133
### ```spin up``` Your Site
3234

@@ -107,7 +109,7 @@ To create an item for kids, the file you are creating has to be in the ‘conten
107109
To create an item for women, the file you are creating has to be in the ```content/womenlisting``` folder just like this:
108110

109111
```
110-
./bart new post content/womenlisting filename.md --template = blog
112+
./bart new post content/womenlisting filename.md --template blog
111113
```
112114

113115
Creating items for the store is just as easy as that, all you have to do is run any of the commands above in your terminal.
-10.9 KB
Binary file not shown.
-5.84 KB
Binary file not shown.
-19.9 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
-2.01 KB
Binary file not shown.
-12.9 KB
Binary file not shown.
-13.1 KB
Binary file not shown.
-14.9 KB
Binary file not shown.
-12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)