-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating quickstart #278
Updating quickstart #278
Conversation
docs/cheatsheet/web/index.html
Outdated
@@ -492,10 +492,13 @@ <h4>Initiate project</h4> | |||
|
|||
# init with given instance nam | |||
s init -i <new_or_existing_instance></code></pre> | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to solve conflicts first.
docs/cheatsheet/web/index.html
Outdated
@@ -559,6 +559,7 @@ <h4>Change single configuration option</h4> | |||
<pre><code class="lang-bash">npx s config-set <socket name> <option name> <value></code></pre> | |||
</section> | |||
<section data-tag="cli" class="c-column"> | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still conflicts here.
docs/cheatsheet/web/index.html
Outdated
@@ -572,6 +573,8 @@ <h4>Submit your Socket to the registry</h4> | |||
|
|||
<h4>Make you private Socket public</h4> | |||
<pre><code class="lang-bash">npx s publish <socket name></code></pre> | |||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...and here.
No description provided.