Skip to content

Commit

Permalink
Descrição do passo-a-passo de como fazer o punch clock
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopmeneses authored Aug 19, 2022
1 parent f657cf4 commit ffd666e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions punch-clock/README.md
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)

0 comments on commit ffd666e

Please sign in to comment.