mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 21:55:25 +02:00
Changes to custom links
This commit is contained in:
parent
62bd9e89b1
commit
b3b921baf4
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
- Upload a new site:
|
||||
|
||||
`surge /path/to/my-project`
|
||||
`surge {{ /path/to/my-project }}`
|
||||
|
||||
- Deploy site to custom domain (note DNS records must be changed on domain):
|
||||
|
||||
`surge path/to/my-project my-custom-domain.com`
|
||||
`surge {{ path/to/my-project }} {{ my-custom-domain.com }}`
|
||||
|
||||
- List your surge projects:
|
||||
|
||||
|
@ -16,4 +16,4 @@
|
|||
|
||||
- Remove a project:
|
||||
|
||||
`surge teardown your.project-domain.com`
|
||||
`surge teardown {{ your.project-domain.com }}`
|
||||
|
|
Loading…
Add table
Reference in a new issue