Skip to content

Commit 240423a

Browse files
committed
Add steps for finding recce profile
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent 792eec6 commit 240423a

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed
-5.43 KB
Loading
36 KB
Loading

docs/recce-cloud/share-recce-session-securely.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,27 @@ The first time you do this, you'll need to connect your local Recce to Recce Clo
3333

3434
1. Add the token to `.recce/profile.yml`
3535

36-
For convenience, you can add your API token in `.recce/profile.yml`, located by default in your home directory.
36+
For convenience, you can add your API token in `.recce/profile.yml`, located in your home directory.
37+
38+
- Find the `.recce` folder in your home directory.
39+
40+
**For Mac/Linux users:**
41+
42+
In the terminal, type the following command to navigate to the Recce configuration directory:
43+
```shell
44+
cd ~/.recce
45+
```
46+
47+
**For Windows users:**
48+
49+
Navigate to `C:\Users\<your_user_name>` and open the hidden `.recce` folder.
50+
51+
Or in PowerShell, type:
52+
```powershell
53+
cd ~\.recce
54+
```
55+
56+
- Open `profile.yml` with any text editor to add your token:
3757
```yaml
3858
user_id: <your_user_id>
3959
api_token: <your_api_token>

0 commit comments

Comments
 (0)