Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnaev committed Jan 10, 2022
1 parent d13ec00 commit b149fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,13 +332,13 @@ $ opm install -f <ПутьКФайлу>

1. Сборка обычного пакета (без зависимостей)

`opm build .`
`opm run build .`

> при данной сборки не собираются предустановленные пакеты. Их надо будет устанавливать отдельно
2. Сборка пакета с зависимостями

`opm build -mf ./build_packagedef .`
`opm run build -mf ./build_packagedef .`

При данной сборке будут дополнительно собраны из репозиториев:

Expand Down

0 comments on commit b149fda

Please sign in to comment.