Skip to content

Commit

Permalink
docs: update Installing_C++_Agent_on_Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
russwaddell authored and MTCUP WIKI committed Mar 1, 2024
1 parent 0bc8fe4 commit 3774df9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Installing_C++_Agent_on_Mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Installing C++ Agent on Mac
description:
published: true
date: 2024-03-01T15:57:53.792Z
date: 2024-03-01T16:01:20.479Z
tags:
editor: markdown
dateCreated: 2022-06-01T13:57:54.464Z
Expand Down Expand Up @@ -63,8 +63,18 @@ conan profile detect
### Add agent to PATH
Note that the filepath may be specific to your build; in this example the buildid is mtcond5569031024c6.
```
touch .zshrc
nano .zshrc
```
Add the following to the .zshrc file; if the file does not exist opening in nano will add the file.
```
export PATH=$PATH:~/.conan2/p/b/mtcond5569031024c6/p/bin
```
Save changes to .zshrc and restart terminal. Run the agent.
```
agent
```

### For XCode

```
Expand Down

0 comments on commit 3774df9

Please sign in to comment.