Skip to content

Commit a287de6

Browse files
authored
Update README.md
1 parent c658e5d commit a287de6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ Make sure that it works by running:
2222
bootdev help
2323
```
2424

25+
Then, while logged in on the Boot.dev website, run `bootdev login` to authenticate the CLI tool.
26+
2527
## Usage
2628

2729
* `bootdev login` - Login to [Boot.dev](https://www.boot.dev). You'll need to login to Boot.dev in your browser and copy/paste a token.
2830
* `bootdev logout` - Logout of Boot.dev (clears your authentication token).
2931
* `bootdev run <id>` - Run a lesson locally to debug your solution.
3032
* `bootdev submit <id>` - Submit a lesson to Boot.dev.
3133

34+
After a `submit` command, results are sent to Boot.dev's servers, and then websocketed to your browser instantly, so be sure to check there after submission.
35+
3236
## How to add Go's bin directory to your PATH
3337

3438
When you run [go install](https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies), Go installs the binary into `$HOME/go/bin` by default. Add the bin directory to your PATH by modifying your shell's configuration file. For example, if you're using bash on Ubuntu, you can run the following command to add a line to your `~/.bashrc` file:

0 commit comments

Comments
 (0)