mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 05:35:41 +02:00
Made changes to wording as requested
This commit is contained in:
parent
b3b921baf4
commit
c798774097
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
> Simple, single-command web publishing.
|
> Simple, single-command web publishing.
|
||||||
|
|
||||||
- Upload a new site:
|
- Upload a new site to surge.sh:
|
||||||
|
|
||||||
`surge {{ /path/to/my-project }}`
|
`surge {{ /path/to/my-project }}`
|
||||||
|
|
||||||
- Deploy site to custom domain (note DNS records must be changed on domain):
|
- Deploy site to custom domain (note that the DNS records must be changed on the domain):
|
||||||
|
|
||||||
`surge {{ path/to/my-project }} {{ my-custom-domain.com }}`
|
`surge {{ path/to/my-project }} {{ my-custom-domain.com }}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue