Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemiyGranat committed Nov 2, 2024
1 parent c6da3bf commit 1cf15e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@

```bash
git clone https://github.com/ispras/proceedings-md
cd proceedings
cd proceedings-md
npm install
sudo apt-get install pandoc
```

Файл `sample.md` содержит стандартный шаблон статьи для Трудов ИСП РАН,
Файл `sample/sample.md` содержит стандартный шаблон статьи для Трудов ИСП РАН,
представленный в `.md`-формате. Скрипт `src/main.js` выполняет конвертацию.

```
cd sample
node ../src/main.js sample.md sample.docx
node src/main.js sample/sample.md sample/sample.docx
````
Если вы хотите использовать конвертер в контейнере, необходимо выполнить
Expand Down

0 comments on commit 1cf15e3

Please sign in to comment.