Skip to content

Commit ece8435

Browse files
committed
feat: update readme
1 parent 4c4af99 commit ece8435

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# My Dotfiles
22

3-
* In construction phase
4-
53
[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)
6-
[![issues](https://img.shields.io/github/issues/brazilian-dev/dotfiles.svg?style=flat-square)](https://github.com/brazilian-dev/dotfiles/issues)
4+
[![issues](https://img.shields.io/github/issues/descco-support/dotfiles.svg?style=flat-square)](https://github.com/descco-support/dotfiles/issues)
75

86
## How to run
97

@@ -14,9 +12,9 @@ $ sh install
1412
## Instalation
1513

1614
```bash
17-
$ curl -L raw.github.com/brazilian-dev/dotfiles/master/install | sh
15+
$ curl -L raw.github.com/descco-support/dotfiles/master/install | sh
1816
# or
19-
$ git clone https://github.com/brazilian-dev/dotfiles.git && cd dotfiles && sh install.sh
17+
$ git clone https://github.com/descco-support/dotfiles.git && cd dotfiles && sh install.sh
2018
```
2119

2220
## References
@@ -42,7 +40,7 @@ $ git clone https://github.com/brazilian-dev/dotfiles.git && cd dotfiles && sh i
4240

4341
## Log
4442

45-
Check [Releases](https://github.com/brazilian-dev/dotfiles/releases) for detailed changelog.
43+
Check [Releases](https://github.com/descco-support/dotfiles/releases) for detailed changelog.
4644

4745
## License
4846

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ msg ' \ \____- \ \_____\ \ \_\ \ \_\ \ \_\ \ \_____\ \ \_____\ \/\___
1010
msg ' \/____/ \/_____/ \/_/ \/_/ \/_/ \/_____/ \/_____/ \/_____/ '
1111
msg ' '
1212

13-
msg_install "Cloning" "git@github.com:brazilian-dev/dotfiles.git"
14-
git clone git@github.com:brazilian-dev/dotfiles.git $HOME/dotfiles
13+
msg_install "Cloning" "git@github.com:descco-support/dotfiles.git"
14+
git clone git@github.com:descco-support/dotfiles.git $HOME/dotfiles
1515
ok "OK"
1616

1717
sh common/dotfiles.sh

0 commit comments

Comments
 (0)