Skip to content

Commit

Permalink
Обновлено: Lazarus
Browse files Browse the repository at this point in the history
  • Loading branch information
fiersik committed Feb 8, 2024
1 parent 3a4988d commit 67badba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const docs = [
{ text: 'Центр Приложений', link: '/gnome-software' },
{ text: 'Google Chrome', link: '/google-chrome' },
{ text: 'Kooha', link: '/kooha' },
{ text: 'Lazarus', link: '/lazarus' },
{ text: 'Libreoffice', link: '/libreoffice' },
{ text: 'Loupe', link: '/loupe' },
{ text: 'Lunacy', link: '/lunacy' },
Expand Down Expand Up @@ -217,7 +218,6 @@ export const docs = [
{ text: 'Aurora SDK', link: '/aurora-sdk' },
{ text: 'Nodejs', link: '/nodejs' },
{ text: 'Podman', link: '/podman' },
{ text: 'Lazarus', link: '/lazarus' },
],
collapsed: true
}
Expand Down
5 changes: 3 additions & 2 deletions docs/developers/lazarus.md → docs/apps/lazarus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lazarus — открытая среда программного обеспеч
Основная цель - предоставление кроссплатформенных и свободных средств разработки в Delphi-подобном окружении. Позволяет переносить Delphi-программы с графическим интерфейсом в различные операционные системы, в том числе на ALT Regular Gnome.


### Установка
## Установка из репозитория

**Lazarus** можно установить через терминал:

Expand All @@ -18,4 +18,5 @@ apt-get install lazarus fpc

```shell[epm]
epm -i lazarus fpc
```
```

0 comments on commit 67badba

Please sign in to comment.