Skip to content

Commit

Permalink
Merge pull request #43 from mxochicale/42-pandoc
Browse files Browse the repository at this point in the history
install pandoc 3.2, upading download and logs; closes #42
  • Loading branch information
mxochicale authored May 20, 2024
2 parents e4fff08 + 049e9fe commit ed9e0ca
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 15 deletions.
19 changes: 16 additions & 3 deletions pandoc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Pandoc -- a universal document converter
---
https://pandoc.org/index.html
# Pandoc -- a universal document converter

## Installation
* Installing pandoc and [logs](logs.md)
```
bash download_install.bash
```
* Check version
```
pandoc -v
```

## References
* https://pandoc.org/index.html
* https://pandoc.org/installing.html
* [ref](https://www.devmanuals.net/install/ubuntu/ubuntu-16-04-LTS-Xenial-Xerus/how-to-install-pandoc.html)
8 changes: 8 additions & 0 deletions pandoc/download_install.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Check latest version https://github.com/jgm/pandoc/releases

cd ~/Downloads
wget https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb
sudo dpkg -i pandoc-3.2-1-amd64.deb
rm pandoc-3.2-1-amd64.deb


23 changes: 11 additions & 12 deletions pandoc/INSTALLATION.md → pandoc/logs.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Installing pandoc
---


# Mon 20 May 12:25:35 BST 2024
```
sudo apt-get update
sudo apt-get install pandoc
pandoc -v
pandoc 3.2
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /home/mxochicale/.local/share/pandoc
Copyright (C) 2006-2024 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
```


[ref](https://www.devmanuals.net/install/ubuntu/ubuntu-16-04-LTS-Xenial-Xerus/how-to-install-pandoc.html)

# Oct 7, 2017
```
sudo apt-get install pandoc
Reading package lists... Done
Expand Down Expand Up @@ -48,8 +48,7 @@ The following NEW packages will be installed
Need to get 6,926 kB of archives.
After this operation, 54.8 MB of additional disk space will be used.
Do you want to continue? [Y/n]
```



0 comments on commit ed9e0ca

Please sign in to comment.