Skip to content

Commit

Permalink
docs: update service docs login
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h authored Mar 17, 2022
1 parent a3e323a commit 6113176
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-service"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "Apache-2.0"
description = "Service traits and macros to deploy on the shuttle platform (https://www.shuttle.rs/)"
Expand Down
10 changes: 6 additions & 4 deletions service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
//! in a terminal. Once installed, run:
//!
//! ```bash
//! $ cargo shuttle auth {my_name}
//! $ cargo shuttle login
//! ```
//!
//! which will create and configure an API key. Then deploy the service with:
//! this will open a browser window and prompt you to connect using your GitHub account.
//!
//! Then, deploy the service with:
//!
//! ```bash
//! $ cargo shuttle deploy
Expand Down Expand Up @@ -123,10 +125,10 @@
//! After you've installed the [cargo-shuttle](https://docs.rs/crate/cargo-shuttle/latest) command, run:
//!
//! ```bash
//! $ cargo shuttle auth {my_name}
//! $ cargo shuttle login
//! ```
//!
//! replacing `{my_name}` by your desired account name.
//! this will open a browser window and prompt you to connect using your GitHub account.
//!
//! ##### Change the name of your service
//!
Expand Down

0 comments on commit 6113176

Please sign in to comment.