-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Descrição do passo-a-passo de como fazer o punch clock
- Loading branch information
1 parent
f657cf4
commit ffd666e
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Passo a Passo | ||
|
||
### 1. Clone o repositório: | ||
> Eu usei o modo SSH, para isso foi necessário criar uma [SSH key](https://docs.github.com/pt/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). Esse link leva até o documento no próprio GitHub que ensina como criar a Key e adicionar na sua conta. | ||
### 2. Comandos: | ||
|
||
Após o clone você terá a pasta no seu diretório. Agora você ira até a pasta: | ||
> cd ~/PunchClock_RAS | ||
#### Atualize o repositório | ||
> git pull | ||
#### Para registrar a entrada: | ||
> python3 NOME_DO-PROJETO/punch_NOME_DO_PROJETO.py SEU NOME in | ||
#### Para registrar a saída: | ||
> python3 NOME_DO-PROJETO/punch_NOME_DO_PROJETO.py SEU NOME out | ||
> Resumo do que você fez no dia. | ||
## Video de demonstração: | ||
> [Demonstração do In e do Out](https://drive.google.com/file/d/1G6dmf-vkvFstzZIMp1SwApzgH4wWJdur/view?usp=sharing) |