Skip to content

Commit 730730a

Browse files
author
andykuszyk
committed
Updated instructions
1 parent 01b0780 commit 730730a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The README was generated by following these instructions:
99
- `cd` into the root of this repo.
1010
- Build the `markasten` Docker image with `make build`.
1111
- `cd` into the `docs/` directory.
12-
- Run the tags command in Docker with:
12+
- Run the tags command (in this directory) in Docker with:
1313

1414
```sh
15-
docker run -v "$(pwd)":/input -v "$(pwd)":/output andykuszyk/markasten:local markasten tags --capitalize -i /input -o /output/README.md --title 'Documentation
15+
docker run -v "$(pwd)":/input andykuszyk/markasten:local markasten tags --capitalize -i /input -o /input/README.md --title 'Documentation
1616
Herein lies the documentation for teams foo and bar, and everyone else besides.
1717
'
1818
```

todos.org

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ e.g:
3333
## Tag Y
3434
- [File title](path/to/file.md) `tag-x`
3535
#+end_src
36+
37+
* experiments
38+
#+begin_src bash :results output verbatim
39+
cd docs
40+
docker run -v "$(pwd)":/input andykuszyk/markasten:local markasten tags --capitalize -i /input -o /input/README.md --title 'Documentation
41+
Herein lies the documentation for teams foo and bar, and everyone else besides.
42+
'
43+
#+end_src
44+
45+
#+RESULTS:

0 commit comments

Comments
 (0)