Skip to content

Commit

Permalink
chore(docs): update formatting (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Jan 20, 2024
1 parent 5133ff0 commit f4abb65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/dev_commands_cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Command Cheat Sheet (Unix)
# Command Cheat Sheet (Unix)

# Logging
### Show Help Commands:
Expand All @@ -23,12 +23,10 @@ ____
## Run Multiple Uplinks locally
```cargo run --release -- --path ~/path/to/profile/you/want```



___

## Copy Extensions and Run App (from within the Uplink folder)
#### dylib is a macos specific extension, it will have a different extension on Windows and Linux
#### dylib is a macOS specific extension, it will have a different extension on Windows and Linux
```cargo build --release && cp ./target/release/libemoji_selector.dylib ~/.uplink/extensions && cargo run --release```

___
Expand Down

0 comments on commit f4abb65

Please sign in to comment.