We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be83350 commit 5b65dcfCopy full SHA for 5b65dcf
readme.org
@@ -20,15 +20,14 @@ Pull single/multi header libraries from git repositories. There are 3 variations
20
21
*** Example
22
Pull a fantastic random number generating single-header library written in C++ (the _https://_ part may be omitted):
23
-#+begin_src bash
24
-hp pull [[https://github.com/Depermitto/randshow]]
+| hp pull [[https://github.com/Depermitto/randshow]] |
25
+#+begin_src bash
26
workspace
27
+-- include
28
| +-- randshow.hpp
29
+-- hp.yaml
30
...
31
-
32
#+end_src
33
34
** Listing pulled packages
0 commit comments