File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ The installation above uses our automated library download tool. For advanced sc
224224
225225- ** [ Library Management Documentation] ( docs/LIBRARY_MANAGEMENT.md ) ** - Complete guide to library installation options
226226- ** [ Go Get Users Guide] ( docs/GO_GET_USERS.md ) ** - Specific help for ` go get ` workflow
227- - ** [ Examples] ( examples/ ) ** - Ready-to-run code samples
228227
229228### Library Download Tool Options
230229
@@ -239,21 +238,6 @@ go run github.com/rticommunity/rticonnextdds-connector-go/cmd/download-libs@late
239238go run github.com/rticommunity/rticonnextdds-connector-go/cmd/download-libs@latest -list
240239```
241240
242- ### Development Setup
243-
244- For contributors or users who want to build from source:
245-
246- ``` bash
247- git clone https://github.com/rticommunity/rticonnextdds-connector-go.git
248- cd rticonnextdds-connector-go
249- make download-libs
250- make test-local
251- ```
252-
253- See our [ contribution guide] ( CONTRIBUTING.md ) for more details.
254- - ✅ Shows version information and setup instructions
255- - ✅ Validates downloads and provides helpful error messages
256-
257241## Usage Examples
258242
259243Explore our comprehensive examples to learn different patterns and use cases:
@@ -356,19 +340,6 @@ All contributions are automatically tested for quality, including:
356340- Comprehensive test suite validation
357341- Coverage analysis
358342
359- ### Development Environment
360-
361- ``` bash
362- # Clone the repository
363- git clone https://github.com/rticommunity/rticonnextdds-connector-go.git
364- cd rticonnextdds-connector-go
365-
366- # Run tests to verify setup
367- make test-local
368-
369- # Start developing!
370- ```
371-
372343## Support
373344
374345### Getting Help
You can’t perform that action at this time.
0 commit comments