Skip to content

Commit 3ae0f03

Browse files
author
Janusz Augustyński
committed
Aktualizacja README
1 parent b39372c commit 3ae0f03

126 files changed

Lines changed: 95 additions & 37 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.autoopen-text

100644100755
File mode changed.

.gitattributes

100644100755
File mode changed.

.github/workflows/pull_request.yml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
id: cpu-cores
2525
- uses: actions/checkout@v5
2626
- name: packages install
27-
run: sudo apt-get update; sudo apt-get install manpages-dev libtool-bin libssl-dev libssl-doc libcap-dev libncurses-dev ncurses-doc libwayland-dev wayland-protocols; sudo mandb
27+
run: sudo apt update; sudo apt install manpages-dev libtool-bin libssl-dev libssl-doc libcap-dev libncurses-dev ncurses-doc libwayland-dev wayland-protocols; sudo mandb
2828
- name: make
2929
run: env H_ocq_C_consent=1 make -j${{ steps.cpu-cores.outputs.count }} build

.github/workflows/push.yml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
id: cpu-cores
2222
- uses: actions/checkout@v5
2323
- name: packages install
24-
run: sudo apt-get update; sudo apt-get install manpages-dev libtool-bin libssl-dev libssl-doc libcap-dev libncurses-dev ncurses-doc libwayland-dev wayland-protocols; sudo mandb
24+
run: sudo apt update; sudo apt install manpages-dev libtool-bin libssl-dev libssl-doc libcap-dev libncurses-dev ncurses-doc libwayland-dev wayland-protocols; sudo mandb
2525
- name: make
2626
run: env H_ocq_C_consent=1 make -j${{ steps.cpu-cores.outputs.count }} build

.gitignore

100644100755
File mode changed.

INSTALL-PL.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

LICENSE-PL.md

100644100755
File mode changed.

LICENSE.md

100644100755
File mode changed.

Makefile

100644100755
File mode changed.

INSTALL.md renamed to OS-TEST.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)