Skip to content

Commit 3b88bd8

Browse files
committed
Update README
1 parent f3461a7 commit 3b88bd8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest [COMMAND]
5050

5151
> 🔔 Please note: the `deploy` command is currently **unavailable** in this image.
5252
53-
## 📖 Official Documentation
53+
## 📖 Project Wiki
5454

55-
The best way to better explore all the features of the **Create Go App CLI** is to read the [Official Wiki](https://github.com/create-go-app/cli/wiki) and take part in [Discussions](https://github.com/create-go-app/cli/discussions) and/or [Issues](https://github.com/create-go-app/cli/issues). Yes, the most frequently asked questions (_FAQ_) are also [here](https://github.com/create-go-app/cli/wiki/FAQ).
55+
The best way to better explore all the features of the **Create Go App CLI** is to read the project [Wiki](https://github.com/create-go-app/cli/wiki) and take part in [Discussions](https://github.com/create-go-app/cli/discussions) and/or [Issues](https://github.com/create-go-app/cli/issues). Yes, the most frequently asked questions (_FAQ_) are also [here](https://github.com/create-go-app/cli/wiki/FAQ).
5656

5757
## ⚙️ Commands & Options
5858

@@ -66,7 +66,7 @@ cgapp create
6666

6767
![cgapp_create](https://user-images.githubusercontent.com/11155743/116796937-38160080-aae9-11eb-8e21-fb1be2750aa4.gif)
6868

69-
- 📺 Full video preview: https://recordit.co/OQAwkZBrjN
69+
- 📺 Full demo video: https://recordit.co/OQAwkZBrjN
7070
- 📖 Docs: https://github.com/create-go-app/cli/wiki/Command-create
7171

7272
### `deploy`
@@ -79,13 +79,13 @@ CLI command for deploy Docker containers with your project via Ansible to the re
7979
cgapp deploy [OPTION]
8080
```
8181

82-
![cgapp_deploy](https://user-images.githubusercontent.com/11155743/116796941-3c421e00-aae9-11eb-9575-d72550814d7a.gif)
83-
8482
| Option | Description | Type | Default | Required? |
8583
| ------ | ------------------------------------------------------------------------------------------------------ | --------- | ------- | --------- |
8684
| `-K` | Prompt you to provide the remote user sudo password (_a standard Ansible `--ask-become-pass` option_). | `boolean` | `false` | No |
8785

88-
- 📺 Full video preview: https://recordit.co/ishTf0Au1x
86+
![cgapp_deploy](https://user-images.githubusercontent.com/11155743/116796941-3c421e00-aae9-11eb-9575-d72550814d7a.gif)
87+
88+
- 📺 Full demo video: https://recordit.co/ishTf0Au1x
8989
- 📖 Docs: https://github.com/create-go-app/cli/wiki/Command-deploy
9090

9191
## 📝 Production-ready project templates

0 commit comments

Comments
 (0)